Coordinate

Coordinate class

Abstract class for the x- and y-coordinates.

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

Methods

NameDescription
deepCloneCreates deep copy of this instance.

Coordinate.IX property

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

Type: int

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

deepClone()

Creates deep copy of this instance.