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
)
Public Sub New (
baseGraph As IKeyIndexableGraph
)
public:
IdGraph(
IKeyIndexableGraph^ baseGraph
)
new :
baseGraph : IKeyIndexableGraph -> IdGraph
Parameters
- baseGraph
- Type: VelocityGraph.Frontenac.BlueprintsIKeyIndexableGraph
the base graph which does not necessarily support custom IDs
See Also