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