Traverses the hierarchy below this <Group> and finds the first child that matches the name and type values submitted to this function.
Node FindChildByNameTraverse( string p_sName, TypeInformation p_oTypeInfo )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| string | p_sName | The name of the <Node> to find. |
| TypeInformation | p_oTypeInfo | The type of the <Node> to find. |
None published. Please look for an example in the Simdify Scripting Language code base.