ArcObjects Library Reference (GeoDatabase)  

INetElementDescription Interface

Provides access to members that get information about the element described by this NetElementDescription object.

Product Availability

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

When To Use

The INetElementDescription interface provides methods for getting information pertaining to an element in your logical network. With this interface you can get such things as the UserClassID, UserID, and UserSubID of an element.

Each element in the network belongs to a feature in your feature dataset. The UserClassID is the ID of the feature class to which a particular network element belongs. The UserID is the ID of the feature within the feature class. The UserSubID is the ID of the individual element within the feature.

Members

Description
Read-only property ElementType Type of network element described by this NetElementDescription object.
Read-only property UserClassID User class ID for the element described by this NetElementDescription object.
Read-only property UserID User ID for the element described by this NetElementDescription object.
Read-only property UserSubID User sub ID for the element described by this NetElementDescription object.

CoClasses that implement INetElementDescription

CoClasses and Classes Description
NetElementDescription A container for describing an element in the network.

See Also

INetElementClass Interface | INetElementDescriptionEdit Interface | INetElementDescription Interface | INetElements Interface