PolylineTo

PolylineTo class

Contains x- and y-coordinates of the last point of a polyline and a polyline formula. The coordinates are specified in the X and Y elements, and the formula is specified in the A element.

Constructors

NameDescription
PolylineToCreates an instance of the PolylineTo class.

Properties

NameTypeDescription
IXintThe zero-based index of the element within its parent element.
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
XDoubleValueThe x-coordinate of the ending vertex of a polyline.
YDoubleValueThe y-coordinate of the ending vertex of a polyline.
AStrValueThe polyline formula.

Methods

NameDescription
deepCloneCreates deep copy of this instance.

PolylineTo()

Creates an instance of the PolylineTo class.

PolylineTo.IX property

The zero-based index of the element within its parent element.

Type: int

PolylineTo.Del property

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

Type: int

PolylineTo.X property

The x-coordinate of the ending vertex of a polyline.

Type: DoubleValue

PolylineTo.Y property

The y-coordinate of the ending vertex of a polyline.

Type: DoubleValue

PolylineTo.A property

The polyline formula.

Type: StrValue

deepClone()

Creates deep copy of this instance.