AddXLine method

Creates a new infinite line and adds it to the drawing.

 

Syntax

objectVariable = object.AddXLine(Point1, Point2)

Where:

     objectVariable is an AcadXLine object;

     object is one of the ModelSpace or PaperSpace collection objects or a Block object;

     Point1 is a Variant representing one point on the line;

     Point2 is a Variant representing a second point on the line.

 

Examples...

AddXLine method example

 


© Bricsys NV. All rights reserved.