ArcObjects Library Reference (GeoDatabase)  

INetTopologyEditGEN Interface

Provides access to members that add and delete network elements from the logical network. INetTopologyEditGEN is generic version of INetTopologyEdit.

Product Availability

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

Members

Description
Method AddEdgeByEndEIDs Adds an edge element to the logical network between the specified junction elements.
Method AddJunction Adds a junction element to the logical network.
Method DeleteByEID Deletes the specified network element from the logical network.
Method DeleteByEIDs Deletes the specified network elements from the logical network.
Method DeleteByID Deletes the specified network element from the logical network.
Method GetAdjacentEdge Returns the network element ID of the index'th adjacent edge to the specified junction.
Method GetAdjacentEdgeCount Returns the number of edges adjacent to the specified junction.
Method GetAdjacentEdges Returns the network element IDs of all the edges adjacent to the specified junction.
Method GetFromToJunctionEIDs Returns the network element IDs of the junctions adjacent to the specified edge.