GeometryPointSelectorT Class

This class encapsulates the functionality to allow selecting and un-selecting point types.
Inheritance Hierarchy
SystemObject
  Autodesk.CivilGeometryPointSelectorT

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class GeometryPointSelector<T>
where T : Enum

Type Parameters

T

The GeometryPointSelectorT type exposes the following members.

Constructors
 NameDescription
Public methodGeometryPointSelectorTInitializes a new instance of the GeometryPointSelectorT class
Top
Properties
 NameDescription
Public propertyItem 
Top
Methods
 NameDescription
Public methodSelectAll Selects all supported geometry points.
Public methodUnSelectAll Unselects all supported geometry points.
Top
See Also