Click or drag to resize

ReadOnlyKeyIndexableGraphCreateKeyIndex Method

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

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.ReadOnly
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public void CreateKeyIndex(
	string key,
	Type elementClass,
	params Parameter[] indexParameters
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.ReadOnly.ReadOnlyKeyIndexableGraph.CreateKeyIndex(System.String,System.Type,VelocityGraph.Frontenac.Blueprints.Parameter[])"]

elementClass
Type: SystemType

[Missing <param name="elementClass"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.ReadOnly.ReadOnlyKeyIndexableGraph.CreateKeyIndex(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.ReadOnly.ReadOnlyKeyIndexableGraph.CreateKeyIndex(System.String,System.Type,VelocityGraph.Frontenac.Blueprints.Parameter[])"]

Implements

IKeyIndexableGraphCreateKeyIndex(String, Type, Parameter)
See Also