AlignmentTransitionTransitionType Property

Sets or gets the type of the transition.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public TransitionType TransitionType { get; set; }

Property Value

TransitionType
Remarks
The transition's TransitionType will be changed to TransitionType.Linear automatically when it fails to autofit with the input type according to the transition's length and other constraints.
See Also