STK ObjectsSend comments on this topic.
CurrentScenario Property (IAgStkObjectRoot)
See Also
Windows





Windows & Linux

Description

Returns a Scenario object or null if no scenario has been loaded yet.

Property type

Read-only property

Syntax

[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(
    IAgStkObject ** ppRetVal
);
[Java]
public IAgStkObject getCurrentScenario();
[Python - STK API ]
@property
def CurrentScenario(self) -> "IAgStkObject":

Remarks

Cast the returned object to IAgScenario to access scenario methods and properties.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.