v7.0
Returns the object matching the specified ID. Object IDs are
generated by Softimage and can be retrieved with ProjectItem.ObjectID or Shape.ReferenceID.
Note: This method could return an invalid object in python, use
XSIApplication.GetObjectFromID2
instead.
ProjectItem XSIApplication.GetObjectFromID( Int32 in_nID ); |
oReturn = XSIApplication.GetObjectFromID( ID ); |
An object derived from ProjectItem
Parameter | Type | Description |
---|---|---|
ID | Long | The ID of the object to search. |