Finds the survey project for the specified project path.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public SurveyProject GetItem( string surveyProjectPath )
Visual Basic
Public Function GetItem ( _ surveyProjectPath As String _ ) As SurveyProject
Visual C++
public: SurveyProject^ GetItem( String^ surveyProjectPath )
Parameters
- surveyProjectPath
- Type: System.String
Exceptions
Exception | Condition |
---|---|
System.ArgumentNullException | Thrown when surveyProjectPath is null. |
[!:Autodesk.Civil.SurveyException] | Thrown when there is no project associated with the project path. |