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


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

IPansharpeningFunctionArguments.PansharpeningType Property

The current pansharpening type.

[Visual Basic .NET]
Public Property PansharpeningType As esriPansharpeningType
[C#]
public esriPansharpeningType PansharpeningType {get; set;}
[C++]
HRESULT get_PansharpeningType(
  esriPansharpeningType* pSharpeningType
);
[C++]
HRESULT put_PansharpeningType(
  esriPansharpeningType pSharpeningType
);
[C++]
Parameters
pSharpeningType [out, retval]

pSharpeningType is a parameter of type esriPansharpeningType* pSharpeningType [in]
pSharpeningType is a parameter of type esriPansharpeningType

Product Availability

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

See Also

IPansharpeningFunctionArguments Interface