This document is archived and information here might be outdated.  Recommended version.


ICalcRendererValues.SetMinMax Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICalcRendererValues Interface > ICalcRendererValues.SetMinMax Method
ArcGIS Developer Help

ICalcRendererValues.SetMinMax Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This method allows you to manually set the minimum and maximum values that are calculated and returned when you call CalcMinMax.

See Also

ICalcRendererValues Interface