This class represents outer data about a query -- its name, description, and GUID.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
Autodesk.CivilSurveyQuery
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SurveyQuery : DisposableWrapper
VB
Public NotInheritable Class SurveyQuery Inherits DisposableWrapper
C++
public ref class SurveyQuery sealed : public DisposableWrapper
The SurveyQuery type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Description | Gets the query's description | |
| GUID | Gets the query's guid | |
| Name | Gets the query's name |
