Click or drag to resize

PartitionIndexableGraph Constructor (IIndexableGraph, String, String)

Initializes a new instance of the PartitionIndexableGraph class

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public PartitionIndexableGraph(
	IIndexableGraph baseIndexableGraph,
	string writeGraphKey,
	string readWriteGraph
)

Parameters

baseIndexableGraph
Type: VelocityGraph.Frontenac.BlueprintsIIndexableGraph

[Missing <param name="baseIndexableGraph"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionIndexableGraph.#ctor(VelocityGraph.Frontenac.Blueprints.IIndexableGraph,System.String,System.String)"]

writeGraphKey
Type: SystemString

[Missing <param name="writeGraphKey"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionIndexableGraph.#ctor(VelocityGraph.Frontenac.Blueprints.IIndexableGraph,System.String,System.String)"]

readWriteGraph
Type: SystemString

[Missing <param name="readWriteGraph"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionIndexableGraph.#ctor(VelocityGraph.Frontenac.Blueprints.IIndexableGraph,System.String,System.String)"]

See Also