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