A portion of an entire feature line, delimited by a starting and ending station.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Autodesk.Civil.DatabaseServicesFeatureLineComponent
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public sealed class FeatureLineComponent : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
VB
Public NotInheritable Class FeatureLineComponent Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
C++
public ref class FeatureLineComponent sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
The FeatureLineComponent type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BaselineAlignmentId | Gets the baseline alignment of the FeatureLine. | |
| CorridorId | Gets the parent Corridor Id. | |
| EndStation | Gets or sets the end station. | |
| FeatureLine | Gets the parent FeatureLine object. | |
| IsReversed | Gets or sets a boolean value which specifies whether the boundary is to be drawn in the reverse direction of the corridor station order. | |
| StartStation | Gets or sets the start station. | |
| UseEndStation | Returns true if the end station is used. | |
| UseStartStation | Returns true if the start station is used. |
