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


IRasterFunctionInfos.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterFunctionInfos Interface > IRasterFunctionInfos.Add Method
ArcGIS Developer Help

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