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


ICalculateCellSizeRangesParameters.CalculateLevels 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.CalculateLevels Property
ArcGIS Developer Help

ICalculateCellSizeRangesParameters.CalculateLevels Property

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(
  Boolean* pbCalculateLevels
);
[C++]
Parameters
pbCalculateLevels [in]

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

Product Availability

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

See Also

ICalculateCellSizeRangesParameters Interface