Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > GGraph > Classes > TGGraphNode > Methods

TGGraphNode.RemoveEdge(Integer) Method

Scroll Prev Top Next More

Removes the edge at the position given by the Index parameter. Call RemoveEdge to remove the edge at a specific position from the node's out-bound edge list. The index is zero-based, so the first edge has an Index value of 0, the second edge has an Index value of 1, and so on. Calling RemoveEdge moves up all edges in the Edge array that follow the deleted edge, and reduces the    EdgeCount.

noteNote

If the edge object is owned by the node (FromNode equals current node), the edge is freed as well.

Namespace: GGraph

Parameters

Index

Type: Integer

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb