This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph Interface > ITopologyGraph.DeletePseudoNodesFromSelection Method (ArcObjects .NET 10.5 SDK) |
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
);
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.