Click or drag to resize

IGraphAddVertex Method

Create a new vertex, add it to the graph, and return the newly created vertex. The provided object identifier is a recommendation for the identifier to use. It is not required that the implementation use this identifier.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
IVertex AddVertex(
	Object id
)

Parameters

id
Type: SystemObject
the recommended object identifier

Return Value

Type: IVertex
the newly created vertex
See Also