Click or drag to resize

IWrapperGraphGetBaseGraph Method

Get the graph this wrapper delegates to.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
IGraph GetBaseGraph()

Return Value

Type: IGraph
the underlying graph that this WrapperGraph delegates its operations to.
See Also