AGI STK Objects 11 Send comments on this topic.
Load Method (IAgStkObjectRoot)
See Also 
Path





Description

Loads a scenario/vdf using the specified path. The method throws an exception if there is a scenario already loaded.

Syntax

[Visual Basic .NET]
Public Sub Load( _
   ByVal Path As String _
) 

[C#]
public void Load(
string Path
);

[Managed C++]
public: void Load(
String __gc ^ Path
);

[Java]
public  load(
String Path
);

[Unmanaged C++]
public: HRESULT Load(
BSTR Path
);

Parameters

Path

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1