GraphElementFactory Constructor |
Namespace:
Frontenac.Blueprints.Util.IO.GraphSON
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic GraphElementFactory(
IGraph graph
)
Public Sub New (
graph As IGraph
)
public:
GraphElementFactory(
IGraph^ graph
)
new :
graph : IGraph -> GraphElementFactoryParameters
- graph
- Type: Frontenac.BlueprintsIGraph
[Missing <param name="graph"/> documentation for "M:Frontenac.Blueprints.Util.IO.GraphSON.GraphElementFactory.#ctor(Frontenac.Blueprints.IGraph)"]
See Also