Click or drag to resize

GraphAddVertex Method

Create a new vertex (of VertexType "default"), add it to the graph, and return the newly created vertex.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual Vertex AddVertex()

Return Value

Type: Vertex
the newly created vertex
See Also