ArcObjects Library Reference (DataSourcesRaster)  

IRasterCatalogLoader.EnableBuildStatistics Property

Indicates if statistics should be built on loading.

[Visual Basic .NET]
Public Property EnableBuildStatistics As Boolean
[C#]
public bool EnableBuildStatistics {get; set;}
[C++]
HRESULT get_EnableBuildStatistics(
  VARIANT_BOOL* pEnableBuildStats
);
[C++]
HRESULT put_EnableBuildStatistics(
  VARIANT_BOOL pEnableBuildStats
);
[C++]

Parameters

pEnableBuildStats [out, retval]   pEnableBuildStats is a parameter of type VARIANT_BOOL pEnableBuildStats [in]   pEnableBuildStats is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterCatalogLoader Interface