Initializes a new instance of the
EventGraph class
Namespace:
Frontenac.Blueprints.Util.Wrappers.Event
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic EventGraph(
IGraph baseGraph
)
Public Sub New (
baseGraph As IGraph
)
public:
EventGraph(
IGraph^ baseGraph
)
new :
baseGraph : IGraph -> EventGraph
Parameters
- baseGraph
- Type: Frontenac.Blueprints.IGraph
[Missing <param name="baseGraph"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Event.EventGraph.#ctor(Frontenac.Blueprints.IGraph)"]
See Also