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.
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 | ||
---|---|---|
ElementType | Type of network element described by this NetElementDescription object. | |
UserClassID | User class ID for the element described by this NetElementDescription object. | |
UserID | User ID for the element described by this NetElementDescription object. | |
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
INetElementDescription Interface | INetElements Interface | INetElementClass Interface | INetElementDescriptionEdit Interface