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 Function GetBaseGraph As IGraph
abstract GetBaseGraph : unit -> IGraph
Return Value
Type:
IGraphthe underlying graph that this WrapperGraph delegates its operations to.
See Also