PointGroupQuery Class

The abstract base class for point group queries.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesPointGroupQuery
    Autodesk.Civil.DatabaseServicesCustomPointGroupQuery
    Autodesk.Civil.DatabaseServicesStandardPointGroupQuery

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public abstract class PointGroupQuery

The PointGroupQuery type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleQueryString Gets the query string for the query.
Public propertyUseCaseSensitiveMatch Gets or sets whether string matching (for example, for Raw Descriptions) should be case-sensitive.
Top
Remarks
This class represents the base class for all point group queries, standard and custom. The class cannot be instantiated.
See Also