GetChildByType Data Member Function

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.

Prototype

Node GetChildByType( TypeInformation p_oNodeType )

Parameters

Parameter Type Parameter Name Documentation
TypeInformationp_oNodeTypeA <TypeInformation> pointer representing the type of <Node> to search for.

Examples

Copy Text To Clipboard

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