ImageEn, unit ievect

TImageEnVect.ObjID

TImageEnVect.ObjID


Declaration

property ObjID[hobj: integer]: integer;


Description

ObjID is a identification value for the object hobj. ImageEn doesn't use this value directly, but saves and loads it like other properties.

hobj is the ID of the object. You can also specify IEV_NEXT_INSERTED_OBJECT (-1) which refers to the next object to be inserted or IEV_PREVIOUS_INSERTED_OBJECT (-2) for the last object inserted.


Transition Information

.There is no TImageEnView Layer equivalent of ObjID as TIELayers do not use an ID. They can be referenced by their index.