Share

SettingsCmdCreateIntersection.SettingsCmdWideningParameters.TransitionType Property

Specifies the type of transition used for the widening: Linear, Curve-Line-Curve, Curve-Curve -Reverse Curve, or Curve - Reverse Curve.



Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PropertyEnum<TransitionType> TransitionType { get; }

VB

Public ReadOnly Property TransitionType As PropertyEnum(Of TransitionType)
	Get

C++

public:
property PropertyEnum<TransitionType>^ TransitionType {
	PropertyEnum<TransitionType>^ get ();
}

Property Value

PropertyEnumTransitionType

See Also

Reference

Was this information helpful?