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


ICalcRendererValues2.CalcMinMaxExt Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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,
  double* MinValue,
  double* maxValue
);
[C++]

Parameters positiveValuesOnly [in] positiveValuesOnly is a parameter of type VARIANT_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