ArcObjects Library Reference (DataSourcesRaster)  

IPanSharpenGramSchmidtFunctionArguments.MSImage Property

The multispectrum image.

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

Parameters

ppMSImage [out, retval]   ppMSImage is a parameter of type LPUNKNOWN ppMSImage [in]   ppMSImage is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IPanSharpenGramSchmidtFunctionArguments Interface