STK ObjectsSend 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.
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT SaveVDFAs(
    BSTR VdfFileName,
    BSTR Password,
    BSTR Description,
    BSTR WindowID
);
[Java]
public void saveVDFAs(
    String VdfFileName,
    String Password,
    String Description,
    String WindowID
);
[Python - STK API ]
def SaveVDFAs(self, VdfFileName:str, Password:str, Description:str, WindowID:str) -> None:

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.