A custom PointGroup query.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public class CustomPointGroupQuery : PointGroupQuery
Visual Basic
Public Class CustomPointGroupQuery _
	Inherits PointGroupQuery
Visual C++
public ref class CustomPointGroupQuery : public PointGroupQuery

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.

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..PointGroupQuery
    Autodesk.Civil.DatabaseServices..::..CustomPointGroupQuery

See Also