Class 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.
public class PolylineTo : Coordinate
Constructors
| Name | Description |
|---|
| PolylineTo() | Creates an instance of the PolylineTo class. |
Properties
| Name | Description |
|---|
| A { get; set; } | The polyline formula. |
| override Del { get; set; } | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. |
| override IX { get; set; } | The zero-based index of the element within its parent element. |
| X { get; set; } | The x-coordinate of the ending vertex of a polyline. |
| Y { get; set; } | The y-coordinate of the ending vertex of a polyline. |
Methods
| Name | Description |
|---|
| Clone() | Creates deep copy of this instance. |
See Also