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.280
Syntax
C#
public sealed class CurveLineCurveTransitionDescription : TransitionDescriptionBase
VB
Public NotInheritable Class CurveLineCurveTransitionDescription Inherits TransitionDescriptionBase
C++
public ref class CurveLineCurveTransitionDescription sealed : public TransitionDescriptionBase
The CurveLineCurveTransitionDescription type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | EndStation |
Sets or gets the end station for the transition.
(Inherited from TransitionDescriptionBase) |
![]() | EntryCurveRadius | Sets or gets the radius of the entry curve. |
![]() | ExitCurveRadius | Sets or gets the radius of the exit curve. |
![]() | Length |
Sets or gets the length for the transition.
(Inherited from TransitionDescriptionBase) |
![]() | StartStation |
Sets or gets the start station for the transition.
(Inherited from TransitionDescriptionBase) |