FeatureLineComponent Class

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

The FeatureLineComponent type exposes the following members.

Properties
 NameDescription
Public propertyBaselineAlignmentId Gets the baseline alignment of the FeatureLine.
Public propertyCorridorId Gets the parent Corridor Id.
Public propertyEndStation Gets or sets the end station.
Public propertyFeatureLine Gets the parent FeatureLine object.
Public propertyIsReversed Gets or sets a boolean value which specifies whether the boundary is to be drawn in the reverse direction of the corridor station order.
Public propertyStartStation Gets or sets the start station.
Public propertyUseEndStation Returns true if the end station is used.
Public propertyUseStartStation Returns true if the start station is used.
Top
See Also