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