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; }
Public Property VertexIdFactory As IdGraphIIdFactory
Get
Set
public:
property IdGraphIIdFactory^ VertexIdFactory {
IdGraphIIdFactory^ get ();
void set (IdGraphIIdFactory^ value);
}
member VertexIdFactory : IdGraphIIdFactory with get, set
Property Value
Type:
IdGraphIIdFactorythe factory for new vertex IDs.
See Also