Share

SettingsAlignment.SettingsSuperelevationOptions.MaximumShoulderRollover Property

Gets the percent slope value of the maximum shoulder rollover.



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

Syntax

C#

public PropertyDouble MaximumShoulderRollover { get; }

VB

Public ReadOnly Property MaximumShoulderRollover As PropertyDouble
	Get

C++

public:
property PropertyDouble^ MaximumShoulderRollover {
	PropertyDouble^ get ();
}

Property Value

PropertyDouble

Remarks

The return value should be set to positive double value.

See Also

Reference

Was this information helpful?