This class encapsulates a standard point group query.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesPointGroupQuery
Autodesk.Civil.DatabaseServicesStandardPointGroupQuery
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class StandardPointGroupQuery : PointGroupQuery
VB
Public Class StandardPointGroupQuery Inherits PointGroupQuery
C++
public ref class StandardPointGroupQuery : public PointGroupQuery
The StandardPointGroupQuery type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StandardPointGroupQuery | The constructor for StandardPointGroupQuery. |
Properties
| Name | Description | |
|---|---|---|
| ExcludeElevations | Gets or sets a string that specifies excluded elevations. | |
| ExcludeFullDescriptions | Gets or sets a string that specifies one or more full descriptions to match excluded points. | |
| ExcludeNames | Gets or sets a string that specifies excluded points by name. | |
| ExcludeNumbers | Gets or sets a string that specifies excluded point numbers. | |
| ExcludeRawDescriptions | Gets or sets a string that specifies one or more raw descriptions to match excluded points. | |
| IncludeAllPoints | Gets or sets whether the "_All Points" point group should be included. | |
| IncludeElevations | Gets or sets a string that specifies included elevations. | |
| IncludeFullDescriptions | Gets or sets a string that specifies one or more full descriptions to match included points. | |
| IncludeNames | Gets or sets a string that specifies included points by name. | |
| IncludeNumbers | Gets or sets a string that specifies included point numbers. | |
| IncludeRawDescriptions | Gets or sets a string that specifies one or more raw descriptions to match included points. | |
| PointGroups | Gets a collection of PointGroups matched by the point group query. | |
| QueryString |
Gets the query string for the query.
(Inherited from PointGroupQuery) | |
| UseCaseSensitiveMatch |
Gets or sets whether string matching (for example, for Raw Descriptions) should be case-sensitive.
(Inherited from PointGroupQuery) |
