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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.