Share

GradingStyle.SlopeRangeMax Property

Gets or sets the maximum value of the slope value.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

Syntax

C#

public double SlopeRangeMax { get; set; }

VB

Public Property SlopeRangeMax As Double
	Get
	Set

C++

public:
property double SlopeRangeMax {
	double get ();
	void set (double value);
}

Property Value

Double

Exceptions

ExceptionCondition
ArgumentException Thrown when the input value is less than SlopeRangeMin.

See Also

Reference

Was this information helpful?