Click or drag to resize

IWrapperGraph Interface

A WrapperGraph has an underlying graph object to which it delegates its operations.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public interface IWrapperGraph

The IWrapperGraph type exposes the following members.

Methods
  NameDescription
Public methodGetBaseGraph
Get the graph this wrapper delegates to.
Top
See Also