MaximumShoulderRollover Property

Gets the percent slope value of the maximum shoulder rollover.

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

Syntax

C#

public PropertyDouble MaximumShoulderRollover { get; }

Visual Basic

Public ReadOnly Property MaximumShoulderRollover As PropertyDouble
	Get

Visual C++

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

Remarks

The return value should be set to positive double value.

See Also