Share

SurveyQueryCollection.GetItem(Guid) Method

Find the meta query for the specified query guid.



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

Syntax

C#

public SurveyQuery GetItem(
	Guid queryGuid
)

VB

Public Function GetItem ( 
	queryGuid As Guid
) As SurveyQuery

C++

public:
SurveyQuery^ GetItem(
	Guid queryGuid
)

Parameters

queryGuid  Guid
 

Return Value

SurveyQuery

Exceptions

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

See Also

Reference

Was this information helpful?