Identifies feature lines by point code name, and allows you to specify whether the feature line will be selected during export.

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

Syntax

C#
public class CorridorPointCodeOption
Visual Basic
Public Class CorridorPointCodeOption
Visual C++
public ref class CorridorPointCodeOption

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.

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..CorridorPointCodeOption

See Also