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: 8.2.1.0 (8.2.1)
Syntax
public virtual Vertex AddVertex()

Return Value

Type: Vertex
the newly created vertex
See Also