EventIndexableGraph Constructor  | 
  
    Namespace: 
   VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntaxpublic EventIndexableGraph(
	IIndexableGraph baseIndexableGraph
)
Public Sub New ( 
	baseIndexableGraph As IIndexableGraph
)
public:
EventIndexableGraph(
	IIndexableGraph^ baseIndexableGraph
)
new : 
        baseIndexableGraph : IIndexableGraph -> EventIndexableGraphParameters
- baseIndexableGraph
 - Type: VelocityGraph.Frontenac.BlueprintsIIndexableGraph
[Missing <param name="baseIndexableGraph"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.EventIndexableGraph.#ctor(VelocityGraph.Frontenac.Blueprints.IIndexableGraph)"]
 
See Also