ArcObjects Library Reference (Carto)  

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