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.
[Visual Basic .NET] |
---|
Public Sub LoadVDFFromSDFWithVersion( _ ByVal VDFPath As String, _ ByVal Password As String, _ ByVal Version As Double _ ) |
[Managed C++] |
---|
public: void LoadVDFFromSDFWithVersion( String __gc ^ VDFPath, String __gc ^ Password, double Version ); |
- VDFPath
- Password
- Version