STK ObjectsSend comments on this topic.
LoadVDFFromSDFWithVersion Method (IAgStkObjectRoot)
See Also
VDFPath
Password
Version
Windows





Windows & Linux

Description

Loads a vdf from SDF using the specified path. The method throws an exception if there is a scenario already loaded. If the password isn't needed, enter an empty string.

Syntax

[Visual Basic .NET]
Public Sub LoadVDFFromSDFWithVersion( _
    ByVal VDFPath As String, _
    ByVal Password As String, _
    ByVal Version As Double _
)
[C#]
public void LoadVDFFromSDFWithVersion(
    string VDFPath,
    string Password,
    double Version
);
[Managed C++]
public: void LoadVDFFromSDFWithVersion(
    String __gc ^ VDFPath,
    String __gc ^ Password,
    double Version
);
[Unmanaged C++]
public: HRESULT LoadVDFFromSDFWithVersion(
    BSTR VDFPath,
    BSTR Password,
    double Version
);
[Java]
public void loadVDFFromSDFWithVersion(
    String VDFPath,
    String Password,
    double Version
);
[Python - STK API ]
def LoadVDFFromSDFWithVersion(self, VDFPath:str, Password:str, Version:float) -> None:

Parameters

VDFPath
Password
Version

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.