Share

SettingsCmdCreateIntersection.SettingsCmdIntersectionOptions.IntersectionType Property

Specifies the corridor grade option for the corridors created in the intersection area. Primary Road Crown Maintained: When this options is selected, the primary road crown is maintained through the intersection. All Crowns Maintained: When this options is selected, the crowns of both roads included in the intersection are maintained through the intersection.



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

Syntax

C#

public PropertyEnum<IntersectionCorridorType> IntersectionType { get; }

VB

Public ReadOnly Property IntersectionType As PropertyEnum(Of IntersectionCorridorType)
	Get

C++

public:
property PropertyEnum<IntersectionCorridorType>^ IntersectionType {
	PropertyEnum<IntersectionCorridorType>^ get ();
}

Property Value

PropertyEnumIntersectionCorridorType

See Also

Reference

Was this information helpful?