FeaturesSupportsElementProperties Method |
Checks whether the graph supports both vertex and edge properties
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public bool SupportsElementProperties()
Public Function SupportsElementProperties As Boolean
public:
bool SupportsElementProperties()
member SupportsElementProperties : unit -> bool
Return Value
Type:
Booleanwhether the graph supports both vertex and edge properties
See Also