Saves the changes made to the scenario to a specified path and file name as a vdf file.
[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( |
[Managed C++] |
---|
public: void SaveVDFAs( |
[Java] |
---|
public saveVDFAs( |
[Unmanaged C++] |
---|
public: HRESULT SaveVDFAs( |
- 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.