ArcObjects Library Reference (GeoDatabase)  

ITopologyGraph.DeletePseudoNodesFromSelection Method

Removes pseudo-nodes by combining edges incident on such nodes. Edges and nodes in the current selection are considered.

[Visual Basic .NET]
Public Sub DeletePseudoNodesFromSelection ( _
)
[C#]
public void DeletePseudoNodesFromSelection (
);
[C++]
HRESULT DeletePseudoNodesFromSelection(
void
);

Product Availability

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

Description

This method allows merging two connected TopologyEdges if a constructed (pseudo-node) TopologyNode separates them. A constructed node here is a TopologyNode created using ITopologyGraph::SplitEdgeAtDistance or ITopologyGraph::SplitEdgeAtPoint methods. TopologyEdge separated by regular TopologyNode will not get merged.

See Also

ITopologyGraph Interface