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


ICalculateCellSizeRangesParameters.CalculateLevels Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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