com.esri.arcgis.geodatabase
Interface INetworkElement64

All Superinterfaces:
Serializable
All Known Implementing Classes:
INetworkElement64Proxy

public interface INetworkElement64
extends Serializable

Provides access to members that specify the 64-bit IDs for a network element.

Product Availability

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


Method Summary
 long getEID()
          64-bit element ID for this network element.
 long getOID()
          64-bit object ID of the object corresponding to this network element.
 

Method Detail

getEID

long getEID()
            throws IOException,
                   AutomationException
64-bit element ID for this network element.

Product Availability

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

Returns:
Signed 64-bit int
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOID

long getOID()
            throws IOException,
                   AutomationException
64-bit object ID of the object corresponding to this network element.

Product Availability

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

Returns:
Signed 64-bit int
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.