TransitionType Property

Sets or gets the type of the transition.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public TransitionType TransitionType { get; set; }

Visual Basic

Public Property TransitionType As TransitionType
	Get
	Set

Visual C++

public:
property TransitionType TransitionType {
	TransitionType get ();
	void set (TransitionType value);
}

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