Sets histogram size, min and max range.
[Visual Basic .NET] Public Sub PutHistogramInfo ( _ ByVal Size As Integer, _ ByVal resolution As Double, _ ByVal Min As Double, _ ByVal Max As Double _ )
[C#] public void PutHistogramInfo ( int Size, double resolution, double Min, double Max );
[C++]
HRESULT PutHistogramInfo(
long Size,
double resolution,
double Min,
double Max
);
[C++]Parameters
Size [in] Size is a parameter of type long resolution [in] resolution is a parameter of type double Min [in] Min is a parameter of type double Max [in] Max is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.