WorkingFolder Property

Get or sets the working folder for survey projects.

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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