ArcObjects Library Reference (DataSourcesRaster)  

ICalculateCellSizeRangesParameters.CalculateRasterMaxCellSizes Property

Indicates whether maximum visibility values are calculated for selected items.

[Visual Basic .NET]
Public Property CalculateRasterMaxCellSizes As Boolean
[C#]
public bool CalculateRasterMaxCellSizes {get; set;}
[C++]
HRESULT get_CalculateRasterMaxCellSizes(
  VARIANT_BOOL* pbDoCalculateMax
);
[C++]
HRESULT put_CalculateRasterMaxCellSizes(
  VARIANT_BOOL pbDoCalculateMax
);
[C++]

Parameters

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

Product Availability

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

See Also

ICalculateCellSizeRangesParameters Interface