Click or drag to resize

PartitionVertexGetEdges Method

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

Namespace:  Frontenac.Blueprints.Util.Wrappers.Partition
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public IEnumerable<IEdge> GetEdges(
	Direction direction,
	params string[] labels
)

Parameters

direction
Type: Frontenac.BlueprintsDirection

[Missing <param name="direction"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Partition.PartitionVertex.GetEdges(Frontenac.Blueprints.Direction,System.String[])"]

labels
Type: SystemString

[Missing <param name="labels"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Partition.PartitionVertex.GetEdges(Frontenac.Blueprints.Direction,System.String[])"]

Return Value

Type: IEnumerableIEdge

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

Implements

IVertexGetEdges(Direction, String)
See Also