Click or drag to resize

VertexTypeRemoveVertex Method

Removes a vertex from this type and graph

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public void RemoveVertex(
	Vertex vertex
)

Parameters

vertex
Type: VelocityGraphVertex
The vertex to remove
See Also