PolylineTo class

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.

Inheritance: PolylineToCoordinate

The PolylineTo type exposes the following members:

Constructors

ConstructorDescription
PolylineTo()Creates an instance of the PolylineTo class.

Properties

PropertyDescription
ixThe zero-based index of the element within its parent element.
xThe x-coordinate of the ending vertex of a polyline.
yThe y-coordinate of the ending vertex of a polyline.
aThe polyline formula.

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also