GeometryPointLabelOptionT Class

This class controls the selection state of a point type. The class is implemented as a generic that can be parameterized on the point type to manage.
Inheritance Hierarchy
SystemObject
  Autodesk.CivilGeometryPointLabelOptionT

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

Type Parameters

T

The GeometryPointLabelOptionT type exposes the following members.

Constructors
 NameDescription
Public methodGeometryPointLabelOptionTInitializes a new instance of the GeometryPointLabelOptionT class
Top
Properties
 NameDescription
Public propertyPointType 
Public propertySelected 
Top
See Also