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


IImageView2.AllowedRasterFunctions Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageView2.AllowedRasterFunctions Property

The allowed list of raster functions for an image view.

[Visual Basic .NET]
Public Property AllowedRasterFunctions As String
[C#]
public string AllowedRasterFunctions {get; set;}
[C++]
HRESULT get_AllowedRasterFunctions(
  BSTR* pFunctionNames
);
[C++]
HRESULT put_AllowedRasterFunctions(
  BSTR pFunctionNames
);
[C++]

Parameters pFunctionNames [out, retval] pFunctionNames is a parameter of type BSTR pFunctionNames [in] pFunctionNames is a parameter of type BSTR

Product Availability

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

See Also

IImageView2 Interface