Share

CorridorTransition.TransitionType Property

Gets or sets transition type. The transition types supported are listed in enum CorridorTransitionType.



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

Syntax

C#

public CorridorTransitionType TransitionType { get; set; }

VB

Public Property TransitionType As CorridorTransitionType
	Get
	Set

C++

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

Property Value

CorridorTransitionType

Exceptions

ExceptionCondition
ArgumentException Thrown when setting but transition type is not supported.

See Also

Reference

Was this information helpful?