IsDerived Data Member Function

Returns true if the <TypeInformation> sample pointer submitted to this function is derived from the <TypeInformation> rule pointer submitted to this function.

Prototype

int32 IsDerived( TypeInformation p_oTypeInfoSample, TypeInformation p_oTypeInfoRule )

Parameters

Parameter Type Parameter Name Documentation
TypeInformationp_oTypeInfoSampleA <TypeInformation> pointer of the type you wish to test.
TypeInformationp_oTypeInfoRuleA <TypeInformation> pointer representing the rule you wish to test against.

Examples

Copy Text To Clipboard

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