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++] |
|---|
|
| [Java] |
|---|
public IAgStkObject getCurrentScenario(); |
[Python - STK API ] |
|---|
@property def CurrentScenario(self) -> "IAgStkObject": |
Cast the returned object to IAgScenario to access scenario methods and properties.






