Get or sets the working folder for survey projects.

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public string WorkingFolder { get; set; }
Visual Basic
Public Property WorkingFolder As String
	Get
	Set
Visual C++
public:
property String^ WorkingFolder {
	String^ get ();
	void set (String^ value);
}

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThrown when workingFolderPath is null.
System..::..ArgumentExceptionThrown when workingFolderPath is an invalid path.
[!:Autodesk.Civil.SurveyException]Thrown when setting the working folder failed.

See Also