Returns the enclosing node graph for this node as an ICENodeContainer object. If the node is part of a compound node, RootNodeContainer returns a ICECompoundNode object; otherwise it returns a ICETree object.
// get accessor ICENodeContainer rtn = ICENode.RootNodeContainer; |