GraphHelpersCreateTinkerGraph Method |
[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.GraphHelpers.CreateTinkerGraph(VelocityGraph.Frontenac.Blueprints.IGraph)"]
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public static void CreateTinkerGraph(
this IGraph graph
)
<ExtensionAttribute>
Public Shared Sub CreateTinkerGraph (
graph As IGraph
)
public:
[ExtensionAttribute]
static void CreateTinkerGraph(
IGraph^ graph
)
[<ExtensionAttribute>]
static member CreateTinkerGraph :
graph : IGraph -> unit
Parameters
- graph
- Type: VelocityGraph.Frontenac.BlueprintsIGraph
[Missing <param name="graph"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.GraphHelpers.CreateTinkerGraph(VelocityGraph.Frontenac.Blueprints.IGraph)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IGraph. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also