Gets the type of roadway as Undivided (single carriage way) or Divided (dual carriage way).

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

Syntax

C#
public PropertyEnum<SuperelevationCorridorType> CorridorType { get; }
Visual Basic
Public ReadOnly Property CorridorType As PropertyEnum(Of SuperelevationCorridorType)
	Get
Visual C++
public:
property PropertyEnum<SuperelevationCorridorType>^ CorridorType {
	PropertyEnum<SuperelevationCorridorType>^ get ();
}

See Also