AddNode Data Member Function

Configures the <NodeSelector> object to form a relationship with a single <Node>.

Prototype

int32 AddNode( Node p_oNodeInModel, Node p_oNode )

Parameters

Parameter Type Parameter Name Documentation
<Node>p_oNodeInModelA <Node> in the document. The document must have been saved at least once ( so that it has a valid filename ) and the <Node> must have been added to the document.
<Node>p_oNodeThe <Node> that the <NodeSelector> should track.

Examples

Copy Text To Clipboard

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