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


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

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

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

Inherited Interfaces

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

Classes that implement INetElementDescriptionEdit

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

See Also

INetElementDescription Interface | INetElements Interface | INetElementDescriptionEdit Interface | INetElementClass Interface