This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkQuery Interface > INetworkQuery.MaxEID Property (ArcObjects .NET 10.5 SDK) |
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
The MaxEID is the highest Element ID value in the network dataset for the given network element type.