Iterates the source <NodeBuffer> and returns a pointer to the first <NodeLink> object whose parent <Node> object's type matches the specified type.
Node GetLinkByParentType( TypeInformation p_oTypeInfo )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| TypeInformation | p_oTypeInfo | A <TypeInformation> pointer that specifies the parent <Node> type. |
None published. Please look for an example in the Simdify Scripting Language code base.