The StandardPointGroupQuery type exposes the following members.

Constructors

  NameDescription
Public methodStandardPointGroupQuery
The constructor for StandardPointGroupQuery.

Properties

  NameDescription
Public propertyExcludeElevations
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 propertyExcludeNames
Gets or sets a string that specifies excluded points by name.
Public propertyExcludeNumbers
Gets or sets a string that specifies excluded point numbers.
Public propertyExcludeRawDescriptions
Gets or sets a string that specifies one or more raw descriptions to match excluded points.
Public propertyIncludeAllPoints
Gets or sets whether the "_All Points" point group should be included.
Public propertyIncludeElevations
Gets or sets a string that specifies included elevations.
Public propertyIncludeFullDescriptions
Gets or sets a string that specifies one or more full descriptions to match included points.
Public propertyIncludeNames
Gets or sets a string that specifies included points by name.
Public propertyIncludeNumbers
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 propertyPointGroups
Gets a collection of PointGroups matched by the point group query.
Public propertyQueryString
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.)

See Also