SurveyProjectCollectionGetItem(String) Method

Finds the survey project for the specified project path.

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurveyProject GetItem(
	string surveyProjectPath
)

Parameters

surveyProjectPath  String
 

Return Value

SurveyProject
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when surveyProjectPath is null.
[!:Autodesk.Civil.SurveyException]Thrown when there is no project associated with the project path.
See Also