IsHomogenous Data Member Function

Returns true if the <List> contains pointers to objects of a single type.

Prototype

int32 IsHomogenous( 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 'subclasses do not constitute a match' and 1 means 'subclasses constitute a match'.

Examples

Copy Text To Clipboard

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