Click or drag to resize

WrappedVertex.GetEdges Method

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

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

Parameters

direction
Type: VelocityGraph.Frontenac.Blueprints.Direction

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

labels
Type:System.String[]

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

Return Value

Type: IEnumerable<IEdge>

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

Implements

IVertex.GetEdges(Direction,String[])
See Also