IWrapperGraphGetBaseGraph Method |
Get the graph this wrapper delegates to.
Namespace:
Frontenac.Blueprints.Util.Wrappers
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
SyntaxFunction GetBaseGraph As IGraph
abstract GetBaseGraph : unit -> IGraph
Return Value
Type:
IGraphthe underlying graph that this WrapperGraph delegates its operations to.
See Also