Get the particular features of the graph implementation.
Not all graph implementations are identical nor perfectly implement the Blueprints API.
The Features object returned contains meta-data about numerous potential divergences between implementations.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax Features Features { get; }
ReadOnly Property Features As Features
Get
property Features^ Features {
Features^ get ();
}
abstract Features : Features with get
Property Value
Type:
Featuresthe features of this particular Graph implementation
See Also