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