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()
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