Share

SettingsAlignment.SettingsSuperelevationOptions.CorridorType Property

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.8.0.280

Syntax

C#

public PropertyEnum<SuperelevationCorridorType> CorridorType { get; }

VB

Public ReadOnly Property CorridorType As PropertyEnum(Of SuperelevationCorridorType)
	Get

C++

public:
property PropertyEnum<SuperelevationCorridorType>^ CorridorType {
	PropertyEnum<SuperelevationCorridorType>^ get ();
}

Property Value

PropertyEnumSuperelevationCorridorType

See Also

Reference

Was this information helpful?