Click or drag to resize

PartitionGraphGetEdges Method (String, Object)

[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionGraph.GetEdges(System.String,System.Object)"]

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IEnumerable<IEdge> GetEdges(
	string key,
	Object value
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionGraph.GetEdges(System.String,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionGraph.GetEdges(System.String,System.Object)"]

Return Value

Type: IEnumerableIEdge

[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionGraph.GetEdges(System.String,System.Object)"]

Implements

IGraphGetEdges(String, Object)
See Also