Returns a Scenario object or null if no
scenario has been loaded yet.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property CurrentScenario() As IAgStkObject
|
| [C#] |
|---|
public IAgStkObject CurrentScenario {get;}
|
| [Managed C++] |
|---|
public: __property IAgStkObject^ get_CurrentScenario();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CurrentScenario(
|
| [Java] |
|---|
public IAgStkObject getCurrentScenario();
|