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


IImageServerInit3.RasterFunctions Property (ArcObjects .NET 10.5 SDK)
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