Navigation: Code Documentation > RSCommon > GGraph > Classes > TGGraphNode > Methods
TGGraphNode.RemoveEdge(TGGraphEdge) Method
Removes the specified edge from the node's out-bound edge list.
Note
If the edge object is owned by the node (FromNode equals current node), the edge is freed as well.
Namespace: GGraph
Delphi
public procedure RemoveEdge( AnEdge: TGGraphEdge ); overload;
Parameters
AnEdge
Type: TGGraphEdge
•GGraph.TGGraphNode.AddEdge(TGGraphNode)
•GGraph.TGGraphNode.Edge[Integer]
•GGraph.TGGraphNode.EdgeCount
•GGraph.TGGraphNode.BeginUpdate
•GGraph.TGGraphNode.EndUpdate
•GGraph.TGGraphEdge
•TGGraphNode
•GGraph