Returns the features of the underlying graph.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic virtual Features Features { get; }
Public Overridable ReadOnly Property Features As Features
Get
public:
virtual property Features^ Features {
Features^ get ();
}
abstract Features : Features with get
override Features : Features with get
Property Value
Type:
FeaturesImplements
IGraph.Features
See Also