Click or drag to resize

IElementFactoryCreateVertex Method

reates a new Vertex instance.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
IVertex CreateVertex(
	Object id
)

Parameters

id
Type: SystemObject

[Missing <param name="id"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.IElementFactory.CreateVertex(System.Object)"]

Return Value

Type: IVertex

[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.IElementFactory.CreateVertex(System.Object)"]

See Also