This document is archived and information here might be outdated. Recommended version. |
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*