CorridorFeatureLine Class

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.292
Syntax
public sealed class CorridorFeatureLine : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]

The CorridorFeatureLine type exposes the following members.

Properties
 NameDescription
Public propertyCodeName Gets the code name used to construct the feature line.
Public propertyCorridorId Gets the ObjectId of the parent Corridor.
Public propertyFeatureLinePoints Gets the collection of all points that make up the feature line.
Public propertyStyleId Gets or Sets the FeatureLine's style Id.
Public propertyStyleName Gets or Sets the FeatureLine's style name.
Top
Methods
 NameDescription
Public methodExportAsAlignment Exports a corridor feature line as an alignment.
Public methodExportAsGradingFeatureLine(ObjectId, Boolean) Exports the feature line as a grading feature line.
Public methodExportAsGradingFeatureLine(ObjectId, Boolean, String, ObjectId, ObjectId, GradingSmoothOption) Exports the feature line as a grading feature line.
Public methodExportAsPolyline3dObsolete.
Exports the feature line as a polyline.
Public methodExportAsPolyline3dCollection Exports the feature line as a collection of polyline.
Public methodExportAsProfile Exports a corridor feature line as a profile.
Top
Example
See Also