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


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

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