AGI STK Objects 11 Send comments on this topic.
SaveAs Method (IAgStkObjectRoot)
See Also 
Filename





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1