STK ObjectsSend comments on this topic.
LoadVDFFromSDF Method (IAgStkObjectRoot)
See Also
VDFPath
Password
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 LoadVDFFromSDF( _
    ByVal VDFPath As String, _
    ByVal Password As String _
)
[C#]
public void LoadVDFFromSDF(
    string VDFPath,
    string Password
);
[Managed C++]
public: void LoadVDFFromSDF(
    String __gc ^ VDFPath,
    String __gc ^ Password
);
[Unmanaged C++]
public: HRESULT LoadVDFFromSDF(
    BSTR VDFPath,
    BSTR Password
);
[Java]
public void loadVDFFromSDF(
    String VDFPath,
    String Password
);
[Python - STK API ]
def LoadVDFFromSDF(self, VDFPath:str, Password:str) -> None:

Parameters

VDFPath
Password

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.