This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageView2 Interface > IImageView2.AllowedRasterFunctions Property (ArcObjects .NET 10.4 SDK) |
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