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