AddXLine Method

Creates an xline (an infinite line) passing through two specified points.

See Also | Example

Signature

RetVal = object.AddXline(Point1, Point2)

Object

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

Point1

Variant (three-element array of doubles); input-only

Point2

Variant (three-element array of doubles); input-only

RetVal

XLine object
The newly created XLine object.

 

   Comments?