A corridor feature line is a connected series of points along a corridor created by joining those points from each assembly that share a particular code. Feature lines are used to build the 3D model of a corridor.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Autodesk.Civil.DatabaseServicesCorridorFeatureLine
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class CorridorFeatureLine : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
VB
Public NotInheritable Class CorridorFeatureLine Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
C++
public ref class CorridorFeatureLine sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
The CorridorFeatureLine type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CodeName | Gets the code name used to construct the feature line. | |
| CorridorId | Gets the ObjectId of the parent Corridor. | |
| FeatureLinePoints | Gets the collection of all points that make up the feature line. | |
| StyleId | Gets or Sets the FeatureLine's style Id. | |
| StyleName | Gets or Sets the FeatureLine's style name. |
Methods
| Name | Description | |
|---|---|---|
| ExportAsAlignment | Exports a corridor feature line as an alignment. | |
| ExportAsGradingFeatureLine(ObjectId, Boolean) | Exports the feature line as a grading feature line. | |
| ExportAsGradingFeatureLine(ObjectId, Boolean, String, ObjectId, ObjectId, GradingSmoothOption) | Exports the feature line as a grading feature line. | |
| ExportAsPolyline3d | Obsolete. Exports the feature line as a polyline. | |
| ExportAsPolyline3dCollection | Exports the feature line as a collection of polyline. | |
| ExportAsProfile | Exports a corridor feature line as a profile. |
