Information about the code used to construct a feature line.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Autodesk.Civil.DatabaseServicesFeatureLineCodeInfo
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public sealed class FeatureLineCodeInfo : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
VB
Public NotInheritable Class FeatureLineCodeInfo Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
C++
public ref class FeatureLineCodeInfo sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
The FeatureLineCodeInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CodeName | Gets the code name. | |
| CorridorId | Gets the ID of the parent Corridor. | |
| IsConnect | Obsolete. Gets or Sets whether the feature line connects to multiple points which share the same code in the same applied assembly. | |
| IsConnected | Gets or Sets whether the feature line connects to multiple points which share the same code in the same applied assembly. | |
| IsDraw | Obsolete. Returns true if the feature line is drawn. | |
| PayItems | Gets or Sets the pay item list. |
