Coordinate

Coordinate class

Abstract class for the x- and y-coordinates.

Methods

NameDescription
deepClone()Creates deep copy of this instance.
getDel()A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
getIX()The zero-based index of the element within its parent element.
setDel()A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
setIX()The zero-based index of the element within its parent element.

deepClone()

Creates deep copy of this instance.

Returns: Object — Object

getDel()

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.

getIX()

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

setDel()

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.

setIX()

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