Click or drag to resize

IdGraphVertexIdFactory Property

When edges are created using null IDs, the actual IDs are chosen based on this factory.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Id
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IdGraphIIdFactory VertexIdFactory { get; set; }

Property Value

Type: IdGraphIIdFactory
the factory for new vertex IDs.
See Also