ArcObjects Library Reference (GeoDatabase)  

INetElementDescriptionEdit Interface

Provides access to members that set information for this NetElementDescription object.

Product Availability

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

When To Use

When building a logical network you need to create individual network elements before adding them to the network. Through this interface you can specify the UserClassID, UserID, and UserSubID of an individual element.

The NetElementDescriptionEdit object you populate can then be added to your logical network through the INetTopologyEdit interface.

This should only be used for adding elements to a logical network that does not have an associated geometric network. In the case of a geometric network you are adding features and not network elements. The logical network automatically takes care of adding the network elements when you create a new feature.

Members

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

Inherited Interfaces

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

CoClasses that implement INetElementDescriptionEdit

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

See Also

INetElementClass Interface | INetElementDescriptionEdit Interface | INetElementDescription Interface | INetElements Interface