This class exposes functionality for selecting and un-selecting point types. It is used to select points for export.

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

Syntax

C#
public class CorridorPointCodeSelector : IEnumerable<CorridorPointCodeOption>
Visual Basic
Public Class CorridorPointCodeSelector _
	Implements IEnumerable(Of CorridorPointCodeOption)
Visual C++
public ref class CorridorPointCodeSelector : IEnumerable<CorridorPointCodeOption^>

Remarks

The class provides an interface to specify which corridor points should be selected for export. Each point type contains a code name, and points with the same code name represent feature lines. With this class you can specify which feature line points should be exported as COGO points.

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..CorridorPointCodeSelector

See Also

ExportFeatureLinesAsCogoPoints(String, CorridorPointCodeSelector)
ExportFeatureLinesAsCogoPoints(String, CorridorPointCodeSelector, BaseLineRange)