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


IRasterFunctionInfos.Element Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterFunctionInfos.Element Property

The raster function info at the specified position.

[Visual Basic .NET]
Public Function get_Element ( _
    ByVal Index As Integer _
) As IRasterFunctionInfo
[C#]
public IRasterFunctionInfo get_Element (
    int Index
);
[C++]
HRESULT get_Element(
  long Index,
  IRasterFunctionInfo** ppFunctionInfo
);
[C++]

Parameters Index [in] Index is a parameter of type long ppFunctionInfo [out, retval]
ppFunctionInfo is a parameter of type IRasterFunctionInfo

Product Availability

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

See Also

IRasterFunctionInfos Interface