FindChildByNameTraverse Data Member Function

Traverses the hierarchy below this <Group> and finds the first child that matches the name and type values submitted to this function.

Prototype

Node FindChildByNameTraverse( string p_sName, TypeInformation p_oTypeInfo )

Parameters

Parameter Type Parameter Name Documentation
stringp_sNameThe name of the <Node> to find.
TypeInformationp_oTypeInfoThe type of the <Node> to find.

Examples

Copy Text To Clipboard

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