Find the survey project for the specified project GUID.

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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

ExceptionCondition
[!:Autodesk.Civil.SurveyException] Thrown when there is no project associated with the GUID.

See Also