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


ICalculateCellSizeRangesParameters.CalculateMosaicCellSizes Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL pbDoMosaicCellSizeRanges
);
[C++]

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

Product Availability

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

See Also

ICalculateCellSizeRangesParameters Interface