PointGroupQuery Class

The abstract base class for point group queries.
Inheritance Hierarchy

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
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