v11.0 (2013)
Returns the object matching the specified ID. This method is similar to XSIApplication.GetObjectFromID but specific to the python language.
Object XSIApplication.GetObjectFromID2( Int32 in_nID ); |
oReturn = XSIApplication.GetObjectFromID2( ID ); |
An object derived from ProjectItem
Parameter | Type | Description |
---|---|---|
ID | Long | The ID of the object to search. |