Click or drag to resize

GraphRemoveVertexType Method

Removes a VertexType from this graph. An exception is thrown if the VertexType is in use.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public void RemoveVertexType(
	VertexType type
)

Parameters

type
Type: VelocityGraphVertexType
a VertexType instance
See Also