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


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

ICalcRendererValues2.CalcMinMaxExt Method

Calculates minimum and maximum values.

[Visual Basic .NET]
Public Sub CalcMinMaxExt ( _
    ByVal positiveValuesOnly As Boolean, _
    ByRef MinValue As Double, _
    ByRef maxValue As Double _
)
[C#]
public void CalcMinMaxExt (
    bool positiveValuesOnly,
    ref double MinValue,
    ref double maxValue
);
[C++]
HRESULT CalcMinMaxExt(
  VARIANT_BOOL positiveValuesOnly,
  System.Double* MinValue,
  System.Double* maxValue
);
[C++]
Parameters
positiveValuesOnly [in]

positiveValuesOnly is a parameter of type bool MinValue [out]
MinValue is a parameter of type double* maxValue [out]
maxValue is a parameter of type double*

Product Availability

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

See Also

ICalcRendererValues2 Interface