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