Share

SurveyProjectCollection.GetItem(Guid) Method

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

SurveyProject

Exceptions

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

See Also

Reference

Was this information helpful?