PolylineTo
Contents
[
Hide
]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.
PolylineTo()
Creates an instance of the PolylineTo class.
Properties
| Name | Type | Description |
|---|---|---|
| IX | int | The zero-based index of the element within its parent element. |
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| X | DoubleValue | The x-coordinate of the ending vertex of a polyline. |
| Y | DoubleValue | The y-coordinate of the ending vertex of a polyline. |
| A | StrValue | The polyline formula. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |