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


IImageView2.AllowedRasterFunctions Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageView2 Interface > IImageView2.AllowedRasterFunctions Property
ArcGIS Developer Help

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(
  System.String* 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