TransitionSegmentType Property

Specifies the TransitionSegmentType for linear transition around curves.

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

Syntax

C#

public PropertyEnum<AlignmentTransitionSegmentType> TransitionSegmentType { get; }

Visual Basic

Public ReadOnly Property TransitionSegmentType As PropertyEnum(Of AlignmentTransitionSegmentType)
	Get

Visual C++

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

See Also