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


IImageServiceInfo3.RasterFunctions Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageServiceInfo3.RasterFunctions Property

The list of available server raster functions.

[Visual Basic .NET]
Public Property RasterFunctions As IRasterFunctionInfos
[C#]
public IRasterFunctionInfos RasterFunctions {get; set;}
[C++]
HRESULT get_RasterFunctions(
  IRasterFunctionInfos** ppFunctionInfos
);
[C++]
HRESULT putref_RasterFunctions(
  IRasterFunctionInfos* ppFunctionInfos
);
[C++]

Parameters ppFunctionInfos [out, retval]
ppFunctionInfos is a parameter of type IRasterFunctionInfos ppFunctionInfos [in]
ppFunctionInfos is a parameter of type IRasterFunctionInfos

Product Availability

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

See Also

IImageServiceInfo3 Interface