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


IImageServerInit3.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 > IImageServerInit3 Interface > IImageServerInit3.RasterFunctions Property
ArcGIS Developer Help

IImageServerInit3.RasterFunctions Property

A list of comma delimited server raster function names.

[Visual Basic .NET]
Public WriteOnly Property RasterFunctions
[C#]
public void RasterFunctions {set;}
[C++]
HRESULT put_RasterFunctions(
  BSTR 
);
[C++]
Parameters
 [in]

is a parameter of type BSTR

Product Availability

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

See Also

IImageServerInit3 Interface