ECodedImage::GetObjectData
If an object identification number is given, moves the cursor to the object with a given identification number and returns the associated data. If a list item is given, returns the object data associated with an object list item (cf. EListItem). See also ECodedImage::GetCurrentObjData.
Namespace: Euresys::Open_eVision_22_08
[C++]
void GetObjectData(
EObjectData* object_,
int objectNumber
)
void GetObjectData(
EObjectData* object_,
EListItem* listItem
)
Parameters
object_
Pointer to an EObjectData structure to receive the object data.
objectNumber
Object identification number.
listItem
Pointer to the current object list item (cf. EListItem).
ECodedImage.GetObjectData
If an object identification number is given, moves the cursor to the object with a given identification number and returns the associated data. If a list item is given, returns the object data associated with an object list item (cf. EListItem). See also ECodedImage::GetCurrentObjData.
Namespace: Euresys.Open_eVision_22_08
[C#]
void GetObjectData(
out Euresys.Open_eVision_22_08.EObjectData object_,
int objectNumber
)
void GetObjectData(
out Euresys.Open_eVision_22_08.EObjectData object_,
Euresys.Open_eVision_22_08.EListItem listItem
)
Parameters
object_
Pointer to an EObjectData structure to receive the object data.
objectNumber
Object identification number.
listItem
Pointer to the current object list item (cf. EListItem).