STK ObjectsSend comments on this topic.
SaveAs Method (IAgStkObjectRoot)
See Also
FileName
Windows





Windows & Linux

Description

Saves the changes made to the scenario/vdf to a specified path and file name.

Syntax

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

Parameters

FileName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.