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.
oReturn = XSIApplication.GetObjectFromID( ID ); |
An object derived from ProjectItem
Parameter | Type | Description |
---|---|---|
ID | Long | The ID of the object to search. |