Share

CurveCurveReverseCurveTransitionDescription Class

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

 NameDescription
Public propertyEndStation Sets or gets the end station for the transition.
(Inherited from TransitionDescriptionBase)
Public propertyFirstCurveRadius Gets or sets the radius of the entry curve.
Public propertyLength Sets or gets the length for the transition.
(Inherited from TransitionDescriptionBase)
Public propertyReverseCurveRadius Gets or sets the radius of the reversed curve.
Public propertySecondCurveRadius Gets or sets the radius of the curve following the entry curve.
Public propertyStartStation Sets or gets the start station for the transition.
(Inherited from TransitionDescriptionBase)

See Also

Reference

Was this information helpful?