CustomPointGroupQuery Class |
A custom PointGroup query.
Inheritance Hierarchy Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic class CustomPointGroupQuery : PointGroupQuery
Public Class CustomPointGroupQuery
Inherits PointGroupQuery
public ref class CustomPointGroupQuery : public PointGroupQuery
The CustomPointGroupQuery type exposes the following members.
Constructors
Properties
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