SplineKnot

SplineKnot class

Contains x- and y-coordinates for a spline’s control point and a spline’s knot, represented by the X, Y, and A elements, respectively.

SplineKnot()

Creates an instance of the SplineKnot 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 a control point.
YDoubleValueThe y-coordinate of a control point.
ADoubleValueOne of the spline’s knots (other than the last one or the first two).

Methods

NameDescription
deepCloneCreates deep copy of this instance.