Click or drag to resize

GraphRemoveVertex Method

Remove the provided vertex from the graph. Upon removing the vertex, all the edges by which the vertex is connected must be removed as well.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public void RemoveVertex(
	IVertex vertex
)

Parameters

vertex
Type: VelocityGraph.Frontenac.BlueprintsIVertex
the vertex to remove from the graph

Implements

IGraphRemoveVertex(IVertex)
See Also