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


IExportItemsParameters.ComputeStatistics Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IExportItemsParameters.ComputeStatistics Property

Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.

[Visual Basic .NET]
Public Property ComputeStatistics As Boolean
[C#]
public bool ComputeStatistics {get; set;}
[C++]
HRESULT get_ComputeStatistics(
  VARIANT_BOOL pbComputeStatistics
);
[C++]
HRESULT put_ComputeStatistics(
  Boolean* pbComputeStatistics
);
[C++]

Parameters pbComputeStatistics [in]
pbComputeStatistics is a parameter of type bool pbComputeStatistics [out, retval]
pbComputeStatistics is a parameter of type bool*

Product Availability

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

See Also

IExportItemsParameters Interface