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:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax IVertex AddVertex(
Object id
)
Function AddVertex (
id As Object
) As IVertex
IVertex^ AddVertex(
Object^ id
)
abstract AddVertex :
id : Object -> IVertex
Parameters
- id
- Type: SystemObject
the recommended object identifier
Return Value
Type:
IVertexthe newly created vertex
See Also