AGI STK Objects 11 Send comments on this topic.
OnScenarioSave Event (AgStkObjectRoot)
See Also 
Path
Windows






Windows & Linux

Description

Triggered when a scenario is saved.

Syntax

[Visual Basic .NET]
Public Event OnScenarioSave( _
   ByVal Path As String _
)

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

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

[Java]
public  onScenarioSave(
String Path
);

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

Parameters

Path

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface