FeaturesSupportsEdgeIteration Property |
Does the graph support graph.getEdges()?
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public bool SupportsEdgeIteration { get; set; }
Public Property SupportsEdgeIteration As Boolean
Get
Set
public:
property bool SupportsEdgeIteration {
bool get ();
void set (bool value);
}
member SupportsEdgeIteration : bool with get, set
Property Value
Type:
BooleanSee Also