GradingStyleSlopeRangeMax Property |
Gets or sets the maximum value of the slope value.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double SlopeRangeMax { get; set; }
Public Property SlopeRangeMax As Double
Get
Set
public:
property double SlopeRangeMax {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the input value is less than SlopeRangeMin.
|
See Also