Share

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.280

Syntax

C#

public class CorridorPointCodeOption

VB

Public Class CorridorPointCodeOption

C++

public ref class CorridorPointCodeOption

The CorridorPointCodeOption type exposes the following members.

Constructors

 NameDescription
Public methodCorridorPointCodeOption Default constructor.

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.

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

Reference

Was this information helpful?