Searches a <Group> node object's child list for a <Node> of the specified type. If there are more than one <Node> objects of the specified type, only the first <Node> is found.
Node GetChildByType( TypeInformation p_oNodeType )
| Parameter Type | Parameter Name | Documentation | 
|---|---|---|
| TypeInformation | p_oNodeType | A <TypeInformation> pointer representing the type of <Node> to search for. | 
None published. Please look for an example in the Simdify Scripting Language code base.