ArcObjects Library Reference (Carto)  

IImageResults.Element Property

The Raster Value Result at the specified position.

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

Parameters

Index [in]   Index is a parameter of type long ppImageResult [out, retval]

  ppImageResult is a parameter of type IImageResult2

Product Availability

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

See Also

IImageResults Interface