StandardPointGroupQuery Class

This class encapsulates a standard point group query.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesPointGroupQuery
    Autodesk.Civil.DatabaseServicesStandardPointGroupQuery

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

The StandardPointGroupQuery type exposes the following members.

Constructors
 NameDescription
Public methodStandardPointGroupQuery The constructor for StandardPointGroupQuery.
Top
Properties
 NameDescription
Public propertyCode exampleExcludeElevations Gets or sets a string that specifies excluded elevations.
Public propertyExcludeFullDescriptions Gets or sets a string that specifies one or more full descriptions to match excluded points.
Public propertyCode exampleExcludeNames Gets or sets a string that specifies excluded points by name.
Public propertyExcludeNumbers Gets or sets a string that specifies excluded point numbers.
Public propertyCode exampleExcludeRawDescriptions Gets or sets a string that specifies one or more raw descriptions to match excluded points.
Public propertyCode exampleIncludeAllPoints Gets or sets whether the "_All Points" point group should be included.
Public propertyCode exampleIncludeElevations Gets or sets a string that specifies included elevations.
Public propertyCode exampleIncludeFullDescriptions Gets or sets a string that specifies one or more full descriptions to match included points.
Public propertyCode exampleIncludeNames Gets or sets a string that specifies included points by name.
Public propertyCode exampleIncludeNumbers Gets or sets a string that specifies included point numbers.
Public propertyIncludeRawDescriptions Gets or sets a string that specifies one or more raw descriptions to match included points.
Public propertyCode examplePointGroups Gets a collection of PointGroups matched by the point group query.
Public propertyCode exampleQueryString Gets the query string for the query.
(Inherited from PointGroupQuery)
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 is constructed by setting the various Include* and Exclude* properties, and the QueryString is calculated. See the [!:CustomPointGroupQuery] for a query object that lets you construct complex selectors by setting the QueryString directly.
See Also