Share

CustomPointGroupQuery Class

A custom PointGroup query.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesPointGroupQuery
    Autodesk.Civil.DatabaseServicesCustomPointGroupQuery


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

Syntax

C#

public class CustomPointGroupQuery : PointGroupQuery

VB

Public Class CustomPointGroupQuery
	Inherits PointGroupQuery

C++

public ref class CustomPointGroupQuery : public PointGroupQuery

The CustomPointGroupQuery type exposes the following members.

Constructors

 NameDescription
Public methodCustomPointGroupQueryInitializes a new instance of the CustomPointGroupQuery class

Properties

 NameDescription
Public propertyCode exampleQueryString Gets or sets the query string.
Public propertyUseCaseSensitiveMatch Gets or sets whether string matching (for example, for Raw Descriptions) should be case-sensitive.
(Inherited from 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.

See Also

Reference

Was this information helpful?