This class represents a transition that contains Curve/Curve/Reverse Curve/Curve components.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]
Autodesk.Civil.DatabaseServicesTransitionDescriptionBase
Autodesk.Civil.DatabaseServicesCurveCurveReverseCurveTransitionDescription
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class CurveCurveReverseCurveTransitionDescription : TransitionDescriptionBase
VB
Public NotInheritable Class CurveCurveReverseCurveTransitionDescription Inherits TransitionDescriptionBase
C++
public ref class CurveCurveReverseCurveTransitionDescription sealed : public TransitionDescriptionBase
The CurveCurveReverseCurveTransitionDescription type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| EndStation |
Sets or gets the end station for the transition.
(Inherited from TransitionDescriptionBase) | |
| FirstCurveRadius | Gets or sets the radius of the entry curve. | |
| Length |
Sets or gets the length for the transition.
(Inherited from TransitionDescriptionBase) | |
| ReverseCurveRadius | Gets or sets the radius of the reversed curve. | |
| SecondCurveRadius | Gets or sets the radius of the curve following the entry curve. | |
| StartStation |
Sets or gets the start station for the transition.
(Inherited from TransitionDescriptionBase) |
