Creates a point entity and adds it to the drawing.
Syntax
objectVariable = object.AddPointEntity(Point)
Where:
objectVariable is a PointEntity object;
object is one of the ModelSpace or PaperSpace collection objects or a Block object;
Point is a Point object representing the location to insert the PointEntity.
Examples ...