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


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

IRasterSdeServerOperation.ComputeStatistics Method

Computes statistics on a raster SDE.

[Visual Basic .NET]
Public Sub ComputeStatistics ( _
)
[C#]
public void ComputeStatistics (
);
[C++]
HRESULT ComputeStatistics(
void
);

Product Availability

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

See Also

IRasterSdeServerOperation Interface