<Type> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyNo registered superclass.

Function Members

Function members are as follows:

Return Type Function Name Documentation
TypeInformationGetTypeReturns a <TypeInformation> object containing the object's type.
int32IsDerivedReturns true if a <Type> object pointer is a subclass of the type of object for which this function is invoked. For example: 'myNode.IsDerived( Node )' is true and 'myGroup.IsDerived( Material )' is false.