Click or drag to resize

EventEdge Constructor

Initializes a new instance of the EventEdge class

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public EventEdge(
	IEdge edge,
	EventGraph eventInnerTinkerGrapĥ
)

Parameters

edge
Type: VelocityGraph.Frontenac.BlueprintsIEdge

[Missing <param name="edge"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.EventEdge.#ctor(VelocityGraph.Frontenac.Blueprints.IEdge,VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.EventGraph)"]

eventInnerTinkerGrapĥ
Type: VelocityGraph.Frontenac.Blueprints.Util.Wrappers.EventEventGraph

[Missing <param name="eventInnerTinkerGrapĥ"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.EventEdge.#ctor(VelocityGraph.Frontenac.Blueprints.IEdge,VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.EventGraph)"]

See Also