GetObjectFromID (XSIApplication)
Introduced
7.0
Description
Returns the object matching the specified ID. Object IDs are generated by Softimage and can be retrieved with ProjectItem.ObjectID or Shape.ReferenceID.
Scripting Syntax
XSIApplication.GetObjectFromID( ID )
C# Syntax
ProjectItem XSIApplication.GetObjectFromID( Int32 in_nID );Parameters
|
Parameter |
Type |
Description |
|
ID |
The ID of the object to search. |
Return Value
An object derived from ProjectItem
See Also
Autodesk Softimage 2011