Share

SettingsCmdAddWidening.SettingsCmdLinearTransitionAroundCurves.TransitionSegmentType Property

Specifies the TransitionSegmentType for linear transition around curves.



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

Syntax

C#

public PropertyEnum<AlignmentTransitionSegmentType> TransitionSegmentType { get; }

VB

Public ReadOnly Property TransitionSegmentType As PropertyEnum(Of AlignmentTransitionSegmentType)
	Get

C++

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

Property Value

PropertyEnumAlignmentTransitionSegmentType

See Also

Reference

Was this information helpful?