ECodedElement::GetElementIndex

Returns the index of the coded element.

Namespace: Euresys::Open_eVision

[C++]

OEV_UINT32 GetElementIndex() const

Remarks

If the coded element is an object, its index is relative to the layer to which it belongs. If the coded element is a hole, its index is relative to its parent object.

ECodedElement.ElementIndex

Returns the index of the coded element.

Namespace: Euresys.Open_eVision

[C#]

uint ElementIndex

{ get; }

Remarks

If the coded element is an object, its index is relative to the layer to which it belongs. If the coded element is a hole, its index is relative to its parent object.