Share

SettingsCmdCreateIntersection.SettingsCmdCrossSlopes Class

Settings for the default cross slopes of new intersection

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdCreateIntersectionSettingsCmdCrossSlopes


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

Syntax

C#

public sealed class SettingsCmdCrossSlopes : TreeOidWrapper

VB

Public NotInheritable Class SettingsCmdCrossSlopes
	Inherits TreeOidWrapper

C++

public ref class SettingsCmdCrossSlopes sealed : public TreeOidWrapper

The SettingsCmdCreateIntersectionSettingsCmdCrossSlopes type exposes the following members.

Properties

 NameDescription
Public propertyPrimaryRoadLeftCrossSlope Specifies the cross slope of the left side of the primary road.
Public propertyPrimaryRoadRightCrossSlope Specifies the cross slope of the right side of the primary road.
Public propertySecondaryRoadLeftCrossSlope Specifies the cross slope of the left side of the secondary road.
Public propertySecondaryRoadRightCrossSlope Specifies the cross slope of the right side of the secondary road.

See Also

Reference

Was this information helpful?