CorridorPointCodeOption Class

Identifies feature lines by point code name, and allows you to specify whether the feature line will be selected during export.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesCorridorPointCodeOption

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class CorridorPointCodeOption

The CorridorPointCodeOption type exposes the following members.

Constructors
 NameDescription
Public methodCorridorPointCodeOption Default constructor.
Top
Properties
 NameDescription
Public propertyCodeName Gets or sets the point code name that identifies a feature line for export.
Public propertySelected Gets or sets whether the code is selected for export.
Top
Remarks

This class is used by the CorridorPointCodeSelector class to specify the point code name to be selected. The class exposes a Selected property that indicates if matching codes should be selected or not.

See Also