Click or drag to resize

EventIndexableGraphCreateIndex Method

[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.EventIndexableGraph.CreateIndex(System.String,System.Type,VelocityGraph.Frontenac.Blueprints.Parameter[])"]

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IIndex CreateIndex(
	string indexName,
	Type indexClass,
	params Parameter[] indexParameters
)

Parameters

indexName
Type: SystemString

[Missing <param name="indexName"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.EventIndexableGraph.CreateIndex(System.String,System.Type,VelocityGraph.Frontenac.Blueprints.Parameter[])"]

indexClass
Type: SystemType

[Missing <param name="indexClass"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.EventIndexableGraph.CreateIndex(System.String,System.Type,VelocityGraph.Frontenac.Blueprints.Parameter[])"]

indexParameters
Type: VelocityGraph.Frontenac.BlueprintsParameter

[Missing <param name="indexParameters"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.EventIndexableGraph.CreateIndex(System.String,System.Type,VelocityGraph.Frontenac.Blueprints.Parameter[])"]

Return Value

Type: IIndex

[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.EventIndexableGraph.CreateIndex(System.String,System.Type,VelocityGraph.Frontenac.Blueprints.Parameter[])"]

Implements

IIndexableGraphCreateIndex(String, Type, Parameter)
See Also