Highest element ID in the network dataset for the given element type.
[Visual Basic .NET] Public Function get_MaxEID ( _ ByVal ElementType As esriNetworkElementType _ ) As Integer
[C#] public int get_MaxEID ( esriNetworkElementType ElementType );
[C++]
HRESULT get_MaxEID(
esriNetworkElementType ElementType,
long* MaxEID
);
[C++]Parameters
ElementType [in]ElementType is a parameter of type esriNetworkElementType
MaxEID [out, retval] MaxEID is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The MaxEID is the highest Element ID value in the network dataset for the given network element type.