Click or drag to resize

EventIndex Constructor

Initializes a new instance of the EventIndex class

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public EventIndex(
	IIndex rawIndex,
	EventGraph eventGraph
)

Parameters

rawIndex
Type: VelocityGraph.Frontenac.BlueprintsIIndex

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

eventGraph
Type: VelocityGraph.Frontenac.Blueprints.Util.Wrappers.EventEventGraph

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

See Also