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