IsBinary Data Member Function

Returns true if the specified <Type> pointer is derived from either of the specified <TypeInformation> pointers.

Prototype

int32 IsBinary( Type p_oType, TypeInformation p_oTypeInfoA, TypeInformation p_oTypeInfoB )

Parameters

Parameter Type Parameter Name Documentation
<Type>p_oTypeA pointer to any object derived from <Type>.
TypeInformationp_oTypeInfoAA <TypeInformation> pointer that specifies the first type.
TypeInformationp_oTypeInfoBA <TypeInformation> pointer that specifies the second type.

Examples

Copy Text To Clipboard

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