Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
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
Name | Description | |
---|---|---|
![]() | AutomaticWideningAtCurves | Boolean property to specify if automatic widenings should be added to curves. |
![]() | ManualTransitionLength | Property to specify the default transition length when the widening method is set to manual. |
![]() | ManualWideningWidth | Property to specify the default widening width when the widening method is set to manual. |
![]() | WheelbaseLength | Property to specify the default Wheelbase length. |
![]() | WideningApplySide | 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'. |
![]() | WideningMethod | Enumeration property to specify the widening method. The values represent 'Through Design Standards' or 'Manual'. |