SurveyQuery Class

This class represents outer data about a query -- its name, description, and GUID.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.CivilSurveyQuery

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SurveyQuery : DisposableWrapper

The SurveyQuery type exposes the following members.

Properties
 NameDescription
Public propertyDescription Gets the query's description
Public propertyGUID Gets the query's guid
Public propertyName Gets the query's name
Top
See Also