This class encapsulates the functionality to allow selecting and un-selecting point types.
Inheritance Hierarchy
SystemObjectAutodesk.CivilGeometryPointSelectorT
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.6.1067.0
Syntax
C#
public class GeometryPointSelector<T> where T : Enum
VB
Public Class GeometryPointSelector(Of T As Enum)
C++
generic<typename T> where T : Enum public ref class GeometryPointSelector
Type Parameters
- T
The GeometryPointSelectorT type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GeometryPointSelectorT | Initializes a new instance of the GeometryPointSelectorT class |
Properties
Name | Description | |
---|---|---|
![]() | Item |
Methods
Name | Description | |
---|---|---|
![]() | SelectAll | Selects all supported geometry points. |
![]() | UnSelectAll | Unselects all supported geometry points. |