Click or drag to resize

IdGraph Constructor (IKeyIndexableGraph)

Adds custom ID functionality to the given graph, supporting both custom vertex IDs and custom edge IDs.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Id
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IdGraph(
	IKeyIndexableGraph baseGraph
)

Parameters

baseGraph
Type: VelocityGraph.Frontenac.BlueprintsIKeyIndexableGraph
the base graph which does not necessarily support custom IDs
See Also