SurveyQueryCollectionGetItem(Guid) Method |
Find the meta query for the specified query guid.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic SurveyQuery GetItem(
Guid queryGuid
)
Public Function GetItem (
queryGuid As Guid
) As SurveyQuery
public:
SurveyQuery^ GetItem(
Guid queryGuid
)
Parameters
- queryGuid Guid
-
Return Value
SurveyQuery
Exceptions| Exception | Condition |
|---|
| [!:Autodesk.Civil.SurveyException] |
Thrown when get nothing
|
See Also