FeaturesIgnoresSuppliedIds Property |
Does the graph ignore user provided ids in graph.addVertex(object id)?
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public bool IgnoresSuppliedIds { get; set; }
Public Property IgnoresSuppliedIds As Boolean
Get
Set
public:
property bool IgnoresSuppliedIds {
bool get ();
void set (bool value);
}
member IgnoresSuppliedIds : bool with get, set
Property Value
Type:
BooleanSee Also