FeaturesSupportsDuplicateEdges Property |
Does the graph allow for two edges with the same vertices and edge label to exist?
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public bool SupportsDuplicateEdges { get; set; }
Public Property SupportsDuplicateEdges As Boolean
Get
Set
public:
property bool SupportsDuplicateEdges {
bool get ();
void set (bool value);
}
member SupportsDuplicateEdges : bool with get, set
Property Value
Type:
BooleanSee Also