ECodedElement::GetElementIndex
Returns the index of the coded element.
Namespace: Euresys::Open_eVision
[C++]
unsigned int 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.
ECodedElement.ElementIndex
Returns the index of the coded element.
Module: open_evision
[Python]
ElementIndex: int
{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.