AGI STK Objects 11 Send comments on this topic.
SaveVDFAs Method (IAgStkObjectRoot)
See Also 
VdfFileName
Name of the VDF file to be created. Including the filename extension (.vdf) is optional.
Password
The password required for loading the VDF file. If not included, the VDF file will not be password protected.
Description
A descriptive overview of the data file.
WindowID
The ID of the 3D Graphics window to be converted. If not entered, the first 3D Graphics window is used.





Description

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

Syntax

[Visual Basic .NET]
Public Sub SaveVDFAs( _
   ByVal VdfFileName As String, _
   ByVal Password As String, _
   ByVal Description As String, _
   ByVal WindowID As String _
) 

[C#]
public void SaveVDFAs(
string VdfFileName,
string Password,
string Description,
string WindowID
);

[Managed C++]
public: void SaveVDFAs(
String __gc ^ VdfFileName,
String __gc ^ Password,
String __gc ^ Description,
String __gc ^ WindowID
);

[Java]
public  saveVDFAs(
String VdfFileName,
String Password,
String Description,
String WindowID
);

[Unmanaged C++]
public: HRESULT SaveVDFAs(
BSTR VdfFileName,
BSTR Password,
BSTR Description,
BSTR WindowID
);

Parameters

VdfFileName
Name of the VDF file to be created. Including the filename extension (.vdf) is optional.
Password
The password required for loading the VDF file. If not included, the VDF file will not be password protected.
Description
A descriptive overview of the data file.
WindowID
The ID of the 3D Graphics window to be converted. If not entered, the first 3D Graphics window is used.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1