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 > INetElements Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that convert between user IDs and network element IDs (EIDs).
Description | ||
---|---|---|
GetEID | Returns the network element ID (EID). | |
GetEIDCount | Returns the number of network element IDs (EIDs) corresponding to the specified user class ID and user ID. | |
GetEIDs | Returns the network element IDs (EIDs) corresponding to the specified user classID and user ID. | |
IsValidElement | Returns whether the specified element is part of the network. | |
QueryIDs | Returns the user class ID, user ID, and user sub ID for the specified network element. |
CoClasses and Classes | Description |
---|---|
StreetNetwork | A container for describing a street network. |
UtilityNetwork | A container for describing a utility network. |
Each element in a logical network has a unique Element ID (EID). The EID can be accessed by providing the following three IDs: UserClassID, UserID, and UserSubID. If the network is part of a geometric network, the UserClassID and UserID correspond to the FeatureClassID and OID of the feature. The UserSubID is the ID of the subelement of the feature.
INetElementDescription Interface | INetElements Interface | INetElementDescriptionEdit Interface | INetElementClass Interface