Creates a new scenario. User must close a
scenario before creating a new one; otherwise an exception will
occur.
| [Visual Basic .NET] |
|---|
Public Sub NewScenario( _
ByVal ScenarioName As String _
)
|
| [C#] |
|---|
public void NewScenario(
|
| [Managed C++] |
|---|
public: void NewScenario(
|
| [Java] |
|---|
public newScenario(
|
| [Unmanaged C++] |
|---|
public: HRESULT NewScenario(
|
- ScenarioName
- The scenario name.
Create a new scenario
(closing the current scenario if necessary)
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Create a new scenario
(closing the current scenario if necessary)
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||
Create a new
Scenario
| [MATLAB] | Copy Code
|
|
|---|---|---|
|
||