Click or drag to resize

IdGraph.VertexIdFactory 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 IdGraph.IIdFactory VertexIdFactory { get; set; }

Property Value

Type: IdGraph.IIdFactory
the factory for new vertex IDs.
See Also