IsDerived Data Member Function

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

Prototype

int32 IsDerived( TypeInformation TypeClass )

Parameters

Parameter Type Parameter Name Documentation
TypeInformationTypeClassThe type of object you are testing for derivation of.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.