IsHeterogenous Data Member Function

Returns true if the <List> contains pointers to objects of more than one type.

Prototype

int32 IsHeterogenous( TypeInformation p_oTypeInformation, int32 p_nExactMatch )

Parameters

Parameter Type Parameter Name Documentation
TypeInformationp_oTypeInformationA pointer to a <TypeInformation> object representing the type that you expect to be exclusively resident in the <List>.
int32p_nExactMatchAn <int32> where 0 means 'do not allow subclasses to constitute a match' and 1 means 'allow subclasses to constitute a match'.

Examples

Copy Text To Clipboard

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