This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICalcRendererValues Interface > ICalcRendererValues.SetMinMax Method (ArcObjects .NET 10.4 SDK) |
Manually sets minimum and maximum values.
[Visual Basic .NET] Public Sub SetMinMax ( _ ByVal MinValue As Double, _ ByVal maxValue As Double _ )
[C#] public void SetMinMax ( double MinValue, double maxValue );
[C++]
HRESULT SetMinMax(
double MinValue,
double maxValue
);
[C++]
Parameters MinValue MinValue is a parameter of type double maxValue maxValue is a parameter of type double
This method allows you to manually set the minimum and maximum values that are calculated and returned when you call CalcMinMax.