GetViewOfDerivedType Data Member Function

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

Prototype

NodeBuffer GetViewOfDerivedType( 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.