AGI STK Objects 11 Send comments on this topic.
OnScenarioLoad Method (IAgStkObjectRootEvents)
See Also 
Path
The path of the loaded scenario.





Description

Triggered when a scenario is loaded.

Syntax

[Visual Basic .NET]
Public Sub OnScenarioLoad( _
   ByVal Path As String _
) 

[C#]
public void OnScenarioLoad(
string Path
);

[Managed C++]
public: void OnScenarioLoad(
String __gc ^ Path
);

[Java]
public  onScenarioLoad(
String Path
);

[Unmanaged C++]
public: HRESULT OnScenarioLoad(
BSTR Path
);

Parameters

Path
The path of the loaded scenario.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1