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


IRasterColormap4.QueryMinMax Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterColormap4.QueryMinMax Method

Queries minimum and maximum pixel values.

[Visual Basic .NET]
Public Sub QueryMinMax ( _
    ByRef Min As Integer, _
    ByRef Max As Integer _
)
[C#]
public void QueryMinMax (
    ref int Min,
    ref int Max
);
[C++]
HRESULT QueryMinMax(
  long* Min,
  long* Max
);
[C++]

Parameters Min [out] Min is a parameter of type long Max [out] Max is a parameter of type long

Product Availability

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

See Also

IRasterColormap4 Interface