Creates a new, empty points collection object.
NOTE: The CreatePoints method should not be confused with either the CreatePoint method, which is used to create a single Point object, or the AddPointEntity method, which is used to create a point that is visible on the screen.
Syntax
objectVariable = Library.CreatePoints
Where:
objectVariable is a variable representing a Points collection object.
Examples ...