Identifies feature lines by point code name, and allows you to specify whether the feature line will be selected during export.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesCorridorPointCodeOption
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class CorridorPointCodeOption
VB
Public Class CorridorPointCodeOption
C++
public ref class CorridorPointCodeOption
The CorridorPointCodeOption type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CorridorPointCodeOption | Default constructor. |
Properties
Name | Description | |
---|---|---|
![]() | CodeName | Gets or sets the point code name that identifies a feature line for export. |
![]() | Selected | Gets or sets whether the code is selected for export. |
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.