Share

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.280

Syntax

C#

public abstract class PointGroupQuery

VB

Public MustInherit Class PointGroupQuery

C++

public ref class PointGroupQuery abstract

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.

Remarks

This class represents the base class for all point group queries, standard and custom. The class cannot be instantiated.

See Also

Reference

Was this information helpful?