STK X Send comments on this topic.
OnScenarioSave Method (IAgSTKXApplicationRawEvents)
See Also 
Path





Description

Triggered when the current scenario is saved.

Syntax

[Visual Basic .NET]
Public Sub 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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1