Finds the survey project for the specified project path.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SurveyProject GetItem( string surveyProjectPath )
VB
Public Function GetItem ( surveyProjectPath As String ) As SurveyProject
C++
public: SurveyProject^ GetItem( String^ surveyProjectPath )
Parameters
- surveyProjectPath String
Return Value
SurveyProjectExceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when surveyProjectPath is null. |
[!:Autodesk.Civil.SurveyException] | Thrown when there is no project associated with the project path. |