ArcTo
Contents
[
Hide
]ArcTo class
Contains the x- and y-coordinates and bow of a circular arc represented respectively by the X, Y, and A elements.
Constructors
| Name | Description |
|---|---|
| ArcTo | Creates an instance of the ArcTo 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 an arc. |
| Y | DoubleValue | The y-coordinate of the ending vertex of an arc. |
| A | DoubleValue | The distance from the arc’s midpoint to the midpoint of its chord. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |
ArcTo()
Creates an instance of the ArcTo class.
ArcTo.IX property
The zero-based index of the element within its parent element.
Type: int
ArcTo.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
ArcTo.X property
The x-coordinate of the ending vertex of an arc.
Type: DoubleValue
ArcTo.Y property
The y-coordinate of the ending vertex of an arc.
Type: DoubleValue
ArcTo.A property
The distance from the arc’s midpoint to the midpoint of its chord.
Type: DoubleValue
deepClone()
Creates deep copy of this instance.