Loads a scenario/vdf using the specified path. The method throws an exception if there is a scenario already loaded.
[Visual Basic .NET] |
---|
Public Sub Load( _ ByVal Path As String _ ) |
[C#] |
---|
public void Load( string Path ); |
[Managed C++] |
---|
public: void Load( String __gc ^ Path ); |
[Unmanaged C++] |
---|
public: HRESULT Load( BSTR Path ); |
[Java] |
---|
public void load( String Path ); |
[Python - STK API ] |
---|
def Load(self, Path:str) -> None: |
- Path