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


IEnumNetEID.Last Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumNetEID Interface > IEnumNetEID.Last Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IEnumNetEID Interface