This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPansharpeningFilter2 Interface > IPansharpeningFilter2.MaximumPansharpeningCellsize Property (ArcObjects .NET 10.4 SDK) |
The maximum cellsize, in Pan image's SR, below which pansharpening will be applied.
[Visual Basic .NET] Public Property MaximumPansharpeningCellsize As Double
[C#] public double MaximumPansharpeningCellsize {get; set;}
[C++]
HRESULT get_MaximumPansharpeningCellsize(
double* CellSize
);
[C++]
HRESULT put_MaximumPansharpeningCellsize(
double CellSize
);
[C++]
Parameters CellSize [out, retval] CellSize is a parameter of type double CellSize [in] CellSize is a parameter of type double