ObjectIDToObject Method |
Gets the object that corresponds to the given object ID.
Signature
RetVal = object.ObjectIDToObject(ID)
Object
Document
The object or objects this method applies to.
ID
Long_ptr; input-only
The object ID of the object to return.
RetVal
Object
The object that corresponds to the given object ID.
Remarks
This method can return only objects that are in the current document.
Comments? |