FeaturesCheckCompliance Method |
This method determines whether the full gamut of features have been set by the Graph implementation.
This is useful for implementers to ensure that they did not miss specifying a feature.
Throws InvalidOperationException if a feature was not set
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public void CheckCompliance()
Public Sub CheckCompliance
public:
void CheckCompliance()
member CheckCompliance : unit -> unit
See Also