Saves the changes made to the scenario to a specified path and file name as a vdf file.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def SaveVDFAs(self, VdfFileName:str, Password:str, Description:str, WindowID:str) -> None: |
- 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.






