CustomPointGroupQuery Class

A custom PointGroup query.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesPointGroupQuery
    Autodesk.Civil.DatabaseServicesCustomPointGroupQuery

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

The CustomPointGroupQuery type exposes the following members.

Constructors
 NameDescription
Public methodCustomPointGroupQueryInitializes a new instance of the CustomPointGroupQuery class
Top
Properties
 NameDescription
Public propertyCode exampleQueryString Gets or sets the query string.
Public propertyUseCaseSensitiveMatch Gets or sets whether string matching (for example, for Raw Descriptions) should be case-sensitive.
(Inherited from PointGroupQuery)
Top
Remarks
This type of query provides direct access to the query string, which allows you to write complex point selectors. See the StandardPointGroupQuery for an object that lets you construct a query by setting Include and Exclude properties for point properties such as point numbers and raw descriptions.
See Also