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


IRasterColormap4.QueryMinMax Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterColormap4 Interface > IRasterColormap4.QueryMinMax Method
ArcGIS Developer Help

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(
  System.Int32* Min,
  System.Int32* 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