Returns the length of one of the following IntelliCAD objects:
Arc; Ellipse; Line; LWPolyline; Polyline; 3Dpolyline; Spline.
Syntax
doubleVariable = object.Length
Where:
doubleVariable is a double-precision variable for storing the length;
object is the applicable entity object.
Examples ...