Share

SurveyProjectCollection.WorkingFolder Property

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

String

Exceptions

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

See Also

Reference

Was this information helpful?