Get or sets the working folder for survey projects.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public string WorkingFolder { get; set; }Visual Basic
Public Property WorkingFolder As String
Get
SetVisual C++
public: property String^ WorkingFolder { String^ get (); void set (String^ value); }
Exceptions
| Exception | Condition |
|---|---|
| System.ArgumentNullException | Thrown when workingFolderPath is null. |
| System.ArgumentException | Thrown when workingFolderPath is an invalid path. |
| [!:Autodesk.Civil.SurveyException] | Thrown when setting the working folder failed. |