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


IPansharpeningFilter2.MaximumPansharpeningCellsize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPansharpeningFilter2 Interface > IPansharpeningFilter2.MaximumPansharpeningCellsize Property
ArcGIS Developer Help

IPansharpeningFilter2.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(
  System.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

IPansharpeningFilter2 Interface