This document is archived and information here might be outdated. Recommended version. |
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,
System.Int32* 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.