GetItem Method (Guid)

Find the survey project for the specified project GUID.

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