This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo3 Interface > IImageServiceInfo3.RasterFunctions Property (ArcObjects .NET 10.5 SDK) |
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