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


ITopologyGraph.DeletePseudoNodesFromSelection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph Interface > ITopologyGraph.DeletePseudoNodesFromSelection Method
ArcGIS Developer Help

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