ArcTo

ArcTo class

Contains the x- and y-coordinates and bow of a circular arc represented respectively by the X, Y, and A elements.

ArcTo()

Creates an instance of the ArcTo 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 an arc.
YDoubleValueThe y-coordinate of the ending vertex of an arc.
ADoubleValueThe distance from the arc’s midpoint to the midpoint of its chord.

Methods

NameDescription
deepCloneCreates deep copy of this instance.