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


IImageServer4.ComputeHistograms Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServer4 Interface > IImageServer4.ComputeHistograms Method
ArcGIS Developer Help

IImageServer4.ComputeHistograms Method

Computes histograms within an area of interest.

[Visual Basic .NET]
Public Function ComputeHistograms ( _
    ByVal pGeometry As IGeometry, _
    ByVal pMosaicRule As IMosaicRule, _
    ByVal pCellsize As IPoint, _
    ByVal pRenderingRule As IRenderingRule _
) As IRasterHistograms
[C#]
public IRasterHistograms ComputeHistograms (
    IGeometry pGeometry,
    IMosaicRule pMosaicRule,
    IPoint pCellsize,
    IRenderingRule pRenderingRule
);
[C++]
HRESULT ComputeHistograms(
  IGeometry* pGeometry,
  IMosaicRule* pMosaicRule,
  IPoint* pCellsize,
  IRenderingRule* pRenderingRule
);
[C++]
Parameters
pGeometry [in]

pGeometry is a parameter of type IGeometry* pMosaicRule [in]
pMosaicRule is a parameter of type IMosaicRule* pCellsize [in]
pCellsize is a parameter of type IPoint* pRenderingRule [in]
pRenderingRule is a parameter of type IRenderingRule*

Product Availability

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

See Also

IImageServer4 Interface