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


ICalculateCellSizeRangesParameters.CalculateMosaicCellSizes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICalculateCellSizeRangesParameters Interface > ICalculateCellSizeRangesParameters.CalculateMosaicCellSizes Property
ArcGIS Developer Help

ICalculateCellSizeRangesParameters.CalculateMosaicCellSizes Property

Indicates whether mosaic dataset's maximum visible cell size is calculated.

[Visual Basic .NET]
Public Property CalculateMosaicCellSizes As Boolean
[C#]
public bool CalculateMosaicCellSizes {get; set;}
[C++]
HRESULT get_CalculateMosaicCellSizes(
  VARIANT_BOOL pbDoMosaicCellSizeRanges
);
[C++]
HRESULT put_CalculateMosaicCellSizes(
  Boolean* pbDoMosaicCellSizeRanges
);
[C++]
Parameters
pbDoMosaicCellSizeRanges [in]

pbDoMosaicCellSizeRanges is a parameter of type bool pbDoMosaicCellSizeRanges [out, retval]
pbDoMosaicCellSizeRanges is a parameter of type bool*

Product Availability

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

See Also

ICalculateCellSizeRangesParameters Interface