This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISynchronizeParameters Interface > ISynchronizeParameters.MaximumHighCellSize Property (ArcObjects .NET 10.5 SDK) |
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