IsHomogenous Data Member Function

Returns true if the collection contains one type of object, with an option to allow subclasses to constitute a match.

Prototype

int32 IsHomogenous( TypeInformation p_oTypeInfo, int32 p_bExact )

Parameters

Parameter Type Parameter Name Documentation
TypeInformationp_oTypeInfoA <TypeInformation> pointer representing the type for the query.
int32p_bExactIf true, subclasses do not constitute a match. If false, subclasses do constitute a match.

Examples

Copy Text To Clipboard

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