FeaturesSupportsEdgeRetrieval Property |
Does the graph support retrieving edges by id, i.e. graph.getEdge(object id)?
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public bool SupportsEdgeRetrieval { get; set; }
Public Property SupportsEdgeRetrieval As Boolean
Get
Set
public:
property bool SupportsEdgeRetrieval {
bool get ();
void set (bool value);
}
member SupportsEdgeRetrieval : bool with get, set
Property Value
Type:
BooleanSee Also