AGI STK Objects 11Send 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();

Remarks

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.