This page contains reference documentation for the GetEditor function. This function returns a specific editor based on its GUID.
DockBarModule GetEditor( string EditorGUID )
Function parameters are as follows:
Examples are as follows:
EnumerateView a_oView = (EnumerateView)Application.GetEditor( "{1F922100-F612-46D4-A453-4B81096121A9}" );
a_oView.SetRoot( Model.GetSelectedNode( 0 ).GetNode() );
a_oView.Activate();
For sample code: