This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IEditResults Interface > IEditResults.Element Property (ArcObjects .NET 10.4 SDK) |
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