Click or drag to resize

EventVertex Constructor

Initializes a new instance of the EventVertex class

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public EventVertex(
	IVertex vertex,
	EventGraph eventInnerTinkerGrapĥ
)

Parameters

vertex
Type: VelocityGraph.Frontenac.BlueprintsIVertex

[Missing <param name="vertex"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.EventVertex.#ctor(VelocityGraph.Frontenac.Blueprints.IVertex,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.EventVertex.#ctor(VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.EventGraph)"]

See Also