This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICalculateCellSizeRangesParameters Interface > ICalculateCellSizeRangesParameters.CalculateLevels Property (ArcObjects .NET 10.5 SDK) |
Indicates whether all unique cell size levels for the mosaic dataset are computed and stored.
[Visual Basic .NET] Public Property CalculateLevels As Boolean
[C#] public bool CalculateLevels {get; set;}
[C++]
HRESULT get_CalculateLevels(
VARIANT_BOOL* pbCalculateLevels
);
[C++]
HRESULT put_CalculateLevels(
VARIANT_BOOL pbCalculateLevels
);
[C++]
Parameters pbCalculateLevels [out, retval] pbCalculateLevels is a parameter of type VARIANT_BOOL pbCalculateLevels [in] pbCalculateLevels is a parameter of type VARIANT_BOOL