CurveLineCurveTransitionDescription Class

This class represents a transition that contains Curve/Line/Curve components.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]
    Autodesk.Civil.DatabaseServicesTransitionDescriptionBase
      Autodesk.Civil.DatabaseServicesCurveLineCurveTransitionDescription

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class CurveLineCurveTransitionDescription : TransitionDescriptionBase

The CurveLineCurveTransitionDescription type exposes the following members.

Properties
 NameDescription
Public propertyEndStation Sets or gets the end station for the transition.
(Inherited from TransitionDescriptionBase)
Public propertyEntryCurveRadius Sets or gets the radius of the entry curve.
Public propertyExitCurveRadius Sets or gets the radius of the exit curve.
Public propertyLength Sets or gets the length for the transition.
(Inherited from TransitionDescriptionBase)
Public propertyStartStation Sets or gets the start station for the transition.
(Inherited from TransitionDescriptionBase)
Top
See Also