Use Load method. Loads a scenario using the
specified path. The method throws an exception if there is a
scenario already loaded.
[Visual Basic .NET] |
---|
Public Sub LoadScenario( _
ByVal Path As String _
)
|
[C#] |
---|
public void LoadScenario(
|
[Managed C++] |
---|
public: void LoadScenario(
|
[Java] |
---|
public loadScenario(
|
[Unmanaged C++] |
---|
public: HRESULT LoadScenario(
|
- Path
- The file path where the Scenario is.
Load a scenario
(closing the current scenario if necessary)
[C#] | Copy Code | |
---|---|---|
|
Load a scenario
(closing the current scenario if necessary)
[Visual Basic .NET] | Copy Code | |
---|---|---|
|