IsDerived Data Member Function

Tests if one type is a subclass (or derived class) of another type.

Prototype

int32 IsDerived( TypeInformation p_oTypeInfo )

Parameters

Parameter Type Parameter Name Documentation
TypeInformationp_oTypeInfoA type for which to test if 'this' type is a subclass.

Examples

Copy Text To Clipboard

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