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


IEstimateStatisticsParameters.UpdateMosaicDataset Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IEstimateStatisticsParameters.UpdateMosaicDataset Property

Indicates whether the mosaic dataset is updated with the aggregate statistics.

[Visual Basic .NET]
Public Property UpdateMosaicDataset As Boolean
[C#]
public bool UpdateMosaicDataset {get; set;}
[C++]
HRESULT get_UpdateMosaicDataset(
  VARIANT_BOOL pbUpdateMosaicDataset
);
[C++]
HRESULT put_UpdateMosaicDataset(
  Boolean* pbUpdateMosaicDataset
);
[C++]

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

Product Availability

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

See Also

IEstimateStatisticsParameters Interface