How do I get the feature ID?
How do I get the feature ID?
I tried to get the ID of the feature as follows:
status = ProSelect ("prt_or_asm", 1, NULL, NULL, NULL, NULL, & proselect, & selectcount);
status = ProSelectionModelitemGet (proselect [0], & mdlitem);
feat_id = mdlitem.id
However, mdlitem.id returns an infinitely large number.(ex. 5185215)
How do I get the feature ID of a tree column?

