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.

Constructors

NameDescription
SplineKnotCreates 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.

SplineKnot()

Creates an instance of the SplineKnot class.

SplineKnot.IX property

The zero-based index of the element within its parent element.

Type: int

SplineKnot.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

SplineKnot.X property

The x-coordinate of a control point.

Type: DoubleValue

SplineKnot.Y property

The y-coordinate of a control point.

Type: DoubleValue

SplineKnot.A property

One of the spline’s knots (other than the last one or the first two).

Type: DoubleValue

deepClone()

Creates deep copy of this instance.