The directory path of the current scenario.
Read-only property
[Visual Basic .NET] |
---|
Public Property ScenarioDirectory() As String |
[C#] |
---|
public string ScenarioDirectory {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ScenarioDirectory(); |
[Unmanaged C++] |
---|
public: HRESULT get_ScenarioDirectory( BSTR * pDirPath ); |
[Java] |
---|
public String getScenarioDirectory(); |