Find the meta query for the specified query guid.

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public SurveyQuery GetItem(
	Guid queryGuid
)
Visual Basic
Public Function GetItem ( _
	queryGuid As Guid _
) As SurveyQuery
Visual C++
public:
SurveyQuery^ GetItem(
	Guid queryGuid
)

Parameters

queryGuid
Type: System..::..Guid

Exceptions

ExceptionCondition
[!:Autodesk.Civil.SurveyException] Thrown when get nothing

See Also