CurveReverseCurveTransitionDescription Class

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

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

The CurveReverseCurveTransitionDescription 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 entry curve radius.
Public propertyLength Sets or gets the length for the transition.
(Inherited from TransitionDescriptionBase)
Public propertyReverseCurveRadius Sets or gets the reverse curve radius.
Public propertyStartStation Sets or gets the start station for the transition.
(Inherited from TransitionDescriptionBase)
Top
See Also