Hi All,
After adding new annotations to an image I would like to navigate through the selected object list and acquire the objects ID. Some objects return a -1 GetObjFromIndex. Can someone explain why?
for i := 0 to ImageEnVect.SelObjectsCount -1 do
hObj := ImageEnVect.GetObjFromIndex(ImageEnVect.SelObjects[i]);