Creates a new Point object.
NOTE: The CreatePoint method should not be confused with either the CreatePoints method, which is used to create a new Points collection object, or the AddPointEntity method, which is used to create a point that is visible on the screen.
Syntax
objectVariable = Library.CreatePoint (X, Y, Z)
Where:
objectVariable is a variable representing a Point object.
X, Y, and Z are double-precision variables representing the x, y, and z coordinates of the point.
Tell me about ...
Examples ...