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


IPansharpeningFunctionArguments2.MaximumPansharpeningCellsize Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPansharpeningFunctionArguments2.MaximumPansharpeningCellsize Property

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

Product Availability

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

See Also

IPansharpeningFunctionArguments2 Interface