Click or drag to resize

VertexTypeRemoveVertex Method

Removes a vertex from this type and graph

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

Parameters

vertex
Type: VelocityGraphVertex
The vertex to remove
See Also