GetViewOfType Data Member Function

Returns a pointer to a <NodeBuffer> object that contains all the child nodes that exactly match the specified type, or, optionally, any child nodes that exactly match the specified type, and that are reachable by traversing any hierarchy below the node.

Prototype

NodeBuffer GetViewOfType( TypeInformation p_oTypeInfo, int32 p_bTraverse )

Parameters

Parameter Type Parameter Name Documentation
TypeInformationp_oTypeInfoA <TypeInformation> pointer representing the type of node, including derived types, to find.
int32p_bTraverseIf true, traverses any hierarchy below the node during the search.

Examples

Copy Text To Clipboard

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