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


IRasterFunctionInfos.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterFunctionInfos.Add Method

Adds a raster function info.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pFunctionInfo As IRasterFunctionInfo _
)
[C#]
public void Add (
    IRasterFunctionInfo pFunctionInfo
);
[C++]
HRESULT Add(
  IRasterFunctionInfo* pFunctionInfo
);
[C++]

Parameters pFunctionInfo [in]
pFunctionInfo is a parameter of type IRasterFunctionInfo

Product Availability

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

See Also

IRasterFunctionInfos Interface