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