AGI STK Objects 11 Send 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
);

[Java]
public  saveAs(
String Filename
);

[Unmanaged C++]
public: HRESULT SaveAs(
BSTR Filename
);

Parameters

Filename

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface