Click or drag to resize

VertexTypeNewVertex Method

Creates a new Vertex

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public Vertex NewVertex(
	int vId = 0
)

Parameters

vId (Optional)
Type: SystemInt32
Optionally provide the Vertex id to use.

Return Value

Type: Vertex
The newly created Vertex
See Also