Share

SettingsAlignment.SettingsAutomaticWideningAroundCurves Class

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsAlignmentSettingsAutomaticWideningAroundCurves


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

Syntax

C#

public sealed class SettingsAutomaticWideningAroundCurves : TreeOidWrapper

VB

Public NotInheritable Class SettingsAutomaticWideningAroundCurves
	Inherits TreeOidWrapper

C++

public ref class SettingsAutomaticWideningAroundCurves sealed : public TreeOidWrapper

The SettingsAlignmentSettingsAutomaticWideningAroundCurves type exposes the following members.

Properties

 NameDescription
Public propertyAutomaticWideningAtCurves Boolean property to specify if automatic widenings should be added to curves.
Public propertyManualTransitionLength Property to specify the default transition length when the widening method is set to manual.
Public propertyManualWideningWidth Property to specify the default widening width when the widening method is set to manual.
Public propertyWheelbaseLength Property to specify the default Wheelbase length.
Public propertyWideningApplySide Enumeration property to specified the side of the curve to where apply widenings. The values represent 'Inside of the Curve', 'Outside of the Curve', or 'Both sides of the Curve'.
Public propertyWideningMethod Enumeration property to specify the widening method. The values represent 'Through Design Standards' or 'Manual'.

See Also

Reference

Was this information helpful?