Saves the changes made to the scenario/vdf to a specified path and file name.
[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: |
- FileName