This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStatsHistogram3 Interface > IStatsHistogram3.QueryHistogramInfo Method (ArcObjects .NET 10.4 SDK) |
Gets histogram size, resolutiom, and min/max range.
[Visual Basic .NET] Public Sub QueryHistogramInfo ( _ ByRef Size As Integer, _ ByRef Resolution As Double, _ ByRef minh As Double, _ ByRef maxh As Double _ )
[C#] public void QueryHistogramInfo ( ref int Size, ref double Resolution, ref double minh, ref double maxh );
[C++]
HRESULT QueryHistogramInfo(
long* Size,
double* Resolution,
double* minh,
double* maxh
);
[C++]
Parameters Size [out] Size is a parameter of type long Resolution [out] Resolution is a parameter of type double minh [out] minh is a parameter of type double maxh [out] maxh is a parameter of type double