AddPoint Method

Creates a Point object at a given location.

See Also | Example

Signature

RetVal = object.AddPoint(Point)

Object

ModelSpace Collection, PaperSpace Collection, Block
The object or objects this method applies to.

Point

Variant (three-element array of doubles); input-only
The coordinates of the point to be created.

RetVal

Point object
The newly created Point object.

 

   Comments?