ArcObjects Library Reference (DataSourcesRaster)  

ICalculateCellSizeRangesParameters.CalculateRasterMinCellSizes Property

Indicates whether minimum visibility values are calculated for selected items.

[Visual Basic .NET]
Public Property CalculateRasterMinCellSizes As Boolean
[C#]
public bool CalculateRasterMinCellSizes {get; set;}
[C++]
HRESULT get_CalculateRasterMinCellSizes(
  VARIANT_BOOL* pbDoCalculateMin
);
[C++]
HRESULT put_CalculateRasterMinCellSizes(
  VARIANT_BOOL pbDoCalculateMin
);
[C++]

Parameters

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

Product Availability

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

See Also

ICalculateCellSizeRangesParameters Interface