This document is archived and information here might be outdated.  Recommended version.


INetElementDescription Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetElementDescription Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement INetElementDescription

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

See Also

INetElementDescription Interface | INetElements Interface | INetElementDescriptionEdit Interface | INetElementClass Interface