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


ISynchronizeParameters.MaximumHighCellSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters Interface > ISynchronizeParameters.MaximumHighCellSize Property
ArcGIS Developer Help

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(
  System.Double* pMaximumHighCellSize
);
[C++]
Parameters
pMaximumHighCellSize [in]

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

Product Availability

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

See Also

ISynchronizeParameters Interface