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


IEnumNetEID.Last Method (ArcObjects .NET 10.5 SDK)
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