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


IPansharpeningFunctionArguments.PansharpeningType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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