EnumerateView.GetRoot

This page contains reference documentation for the GetRoot function. This function returns the current root node of the Enumerate view.

Prototype

Node GetRoot()

Examples

Examples are as follows:

EnumerateView a_oView = (EnumerateView)Application.GetEditor( "{1F922100-F612-46D4-A453-4B81096121A9}" );
a_oView.GetRoot( Model.GetSelectedNode( 0 ).GetNode() );
a_oView.Activate();

Working Sample Code

For sample code: