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