SurveyProjectCollectionWorkingFolder Property

Get or sets the working folder for survey projects.

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public string WorkingFolder { get; set; }

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