AGI STK Objects 11 Send comments on this topic.
CurrentScenario Property (IAgStkObjectRoot)
See Also 





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();

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1