ArcObjects Library Reference (Carto)  

IEditResults.Element Property

The EditResult at the specified position.

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

Parameters

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

  EditResult is a parameter of type IEditResult

Product Availability

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

See Also

IEditResults Interface