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





Description

Triggered when a new scenario is created.

Syntax

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

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

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

[Java]
public  onScenarioNew(
String Path
);

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

Parameters

Path
The path of the new scenario.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1