ArcObjects Library Reference (GeoDatabase)  

IEnumNetEID.Last Method

Forces the enumerator pointing at the last element in the enumeration and returns the last element.

[Visual Basic .NET]
Public Function Last ( _
) As Integer
[C#]
public int Last (
);
[C++]
HRESULT Last(
  long* EID
);
[C++]

Parameters

EID [out, retval]   EID is a parameter of type long

Product Availability

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

See Also

IEnumNetEID Interface