AddObjects3 Data Member Function

Populates this object's TypeArray, <TypeInfoArray>, and <Int32Array> objects with pointers that establish samples, rules, and match criteria.

Prototype

int32 AddObjects3( NodePtrArray p_apNodes, TypeInfoArray p_aoTypes, Int32Array p_aiExactMatch )

Parameters

Parameter Type Parameter Name Documentation
<NodePtrArray>p_apNodesA pointer to a <NodeBuffer> containing the sequence of <Node> objects to test.
<TypeInfoArray>p_aoTypesA pointer to a <TypeInfoArray> that represents the type rules for the comparison.
<Int32Array>p_aiExactMatchA pointer to an <Int32Array> where 0 means subclasses are allowed to constitute a match, and where 1 means the type must match exactly.

Examples

Copy Text To Clipboard

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