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

Long

The ID of the object to search.

Return Value

An object derived from ProjectItem

See Also

ProjectItem.ObjectID

Shape.ReferenceID



Autodesk Softimage v7.5