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