ArcObjects Library Reference (DataSourcesRaster)  

ISynchronizeParameters.MaximumHighCellSize Property

The maximum allowed computed value for the high pixel size for the function raster dataset associated with a synchronized item. Lower values in this property indicate fewer pyramid levels. A value of zero indicates an absence of any constraints on the resultin.

[Visual Basic .NET]
Public Property MaximumHighCellSize As Double
[C#]
public double MaximumHighCellSize {get; set;}
[C++]
HRESULT get_MaximumHighCellSize(
  double* pMaximumHighCellSize
);
[C++]
HRESULT put_MaximumHighCellSize(
  double pMaximumHighCellSize
);
[C++]

Parameters

pMaximumHighCellSize [out, retval]   pMaximumHighCellSize is a parameter of type double pMaximumHighCellSize [in]   pMaximumHighCellSize is a parameter of type double

Product Availability

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

See Also

ISynchronizeParameters Interface