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