XSIApplication.GetObjectFromID

Introduced

v7.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

oReturn = XSIApplication.GetObjectFromID( ID );

Return Value

An object derived from ProjectItem

Parameters

Parameter Type Description
ID Long The ID of the object to search.

See Also

ProjectItem.ObjectID Shape.ReferenceID