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)
Syntaxpublic virtual Vertex AddVertex()
Public Overridable Function AddVertex As Vertex
public:
virtual Vertex^ AddVertex()
abstract AddVertex : unit -> Vertex
override AddVertex : unit -> Vertex
Return Value
Type:
Vertexthe newly created vertex
See Also