FeaturesSupportsElementProperties Method |
Checks whether the graph supports both vertex and edge properties
Namespace:
Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic 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