SettingsCmdCreateIntersectionSettingsCmdOffsets Class

Settings for the default offsets of new intersection
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdCreateIntersectionSettingsCmdOffsets

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SettingsCmdOffsets : TreeOidWrapper

The SettingsCmdCreateIntersectionSettingsCmdOffsets type exposes the following members.

Properties
 NameDescription
Public propertyOffsetLengthOptions Specifies how the length of the offset alignment is determined. When Select To Intersection Extents is selected, offset alignments are extended to the length of the extent of the intersection object. When Alignment Start To End is selected, offset alignments are created the length of the parent alignment.
Public propertyPrimaryRoadLeftOffset Specifies the elevation of the offset alignment on the left side of the primary road.
Public propertyPrimaryRoadRightOffset Specifies the elevation of the offset alignment on the right side of the primary road.
Public propertySecondaryRoadLeftOffset Specifies the elevation of the offset alignment on the left side of the secondary road.
Public propertySecondaryRoadRightOffset Specifies the elevation of the offset alignment on the right side of the secondary road.
Top
See Also