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

© 2018 Analytical Graphics, Inc. All Rights Reserved.