STK ObjectsSend comments on this topic.
OnScenarioSave Method (IAgStkObjectRootEvents)
See Also
Path
The path of the saved scenario.
Windows





Windows & Linux

Description

Triggered when a 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
);
[Unmanaged C++]
public: void OnScenarioSave(
    BSTR Path
);
[Java]
public void onScenarioSave(
    String Path
);
[Python - STK API ]
def OnScenarioSave(self, Path:str) -> None:

Parameters

Path
The path of the saved scenario.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.