ModelTreeManager.Load(Object) Method

Definition

Loads the specified root instance.

public:
 void Load(System::Object ^ rootInstance);
public void Load (object rootInstance);
member this.Load : obj -> unit
Public Sub Load (rootInstance As Object)

Parameters

rootInstance
Object

The root instance to load.

Applies to