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


IPansharpeningFunctionArguments.MSImage 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.MSImage Property
ArcGIS Developer Help

IPansharpeningFunctionArguments.MSImage Property

The multispectrum image.

[Visual Basic .NET]
Public Property MSImage As Object
[C#]
public object MSImage {get; set;}
[C++]
HRESULT get_MSImage(
  IUnknown Pointer* ppMSImage
);
[C++]
HRESULT putref_MSImage(
  LPUNKNOWN ppMSImage
);
[C++]
Parameters
ppMSImage [out, retval]

ppMSImage is a parameter of type IUnknown* ppMSImage [in]
ppMSImage is a parameter of type IUnknown

Product Availability

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

See Also

IPansharpeningFunctionArguments Interface