STK ObjectsSend comments on this topic.
SaveScenarioAs Method (IAgStkObjectRoot)
See Also
ScFileName
Saves the scenario to this file name.
Windows





Windows & Linux

Description

Use SaveAs method. Saves the changes made to the scenario to a specified path and file name.

Syntax

[Visual Basic .NET]
Public Sub SaveScenarioAs( _
    ByVal ScFileName As String _
)
[C#]
public void SaveScenarioAs(
    string ScFileName
);
[Managed C++]
public: void SaveScenarioAs(
    String __gc ^ ScFileName
);
[Unmanaged C++]
public: HRESULT SaveScenarioAs(
    BSTR ScFileName
);
[Java]
public void saveScenarioAs(
    String ScFileName
);
[Python - STK API ]
def SaveScenarioAs(self, ScFileName:str) -> None:

Parameters

ScFileName
Saves the scenario to this file name.

See Also

Example

Save a scenario to a new location (Save as)
[C#]
root.SaveScenarioAs(fileName);
Save a scenario to a new location (Save as)
[Visual Basic .NET]
root.SaveScenarioAs(fileName)
© 2024 Analytical Graphics, Inc. All Rights Reserved.