Share

SettingsCmdCreateIntersection.SettingsCmdIntersectionOptions Class

Settings for the default intersection options of new intersection

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdCreateIntersectionSettingsCmdIntersectionOptions


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

Syntax

C#

public sealed class SettingsCmdIntersectionOptions : TreeOidWrapper

VB

Public NotInheritable Class SettingsCmdIntersectionOptions
	Inherits TreeOidWrapper

C++

public ref class SettingsCmdIntersectionOptions sealed : public TreeOidWrapper

The SettingsCmdCreateIntersectionSettingsCmdIntersectionOptions type exposes the following members.

Properties

 NameDescription
Public propertyCreateCurbReturnAlignments Specifies whether or not to create curb return alignments.
Public propertyCreateCurbReturnProfiles Specifies whether or not to create curb return profiles.
Public propertyCreateIntersectionCorridors Specifies whether or not to create intersection corridors.
Public propertyIntersectionType 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.
Public propertyPrimaryRoadDefaultExitAndEntryLength Specifies the default length of the primary road as it enters and exits the intersection.
Public propertySecondaryRoadDefaultExitAndEntryLength Specifies the default length of the secondary road as it enters and exits the intersection.

See Also

Reference

Was this information helpful?