Returns the features of the underlying graph.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public 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
IGraphFeaturesSee Also