Click or drag to resize

VerticesFromEdgesIterable Constructor

Initializes a new instance of the VerticesFromEdgesIterable class

Namespace:  VelocityGraph.Frontenac.Blueprints.Util
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public VerticesFromEdgesIterable(
	IVertex vertex,
	Direction direction,
	params string[] labels
)

Parameters

vertex
Type: VelocityGraph.Frontenac.BlueprintsIVertex

[Missing <param name="vertex"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.VerticesFromEdgesIterable.#ctor(VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.Direction,System.String[])"]

direction
Type: VelocityGraph.Frontenac.BlueprintsDirection

[Missing <param name="direction"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.VerticesFromEdgesIterable.#ctor(VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.Direction,System.String[])"]

labels
Type: SystemString

[Missing <param name="labels"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.VerticesFromEdgesIterable.#ctor(VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.Direction,System.String[])"]

See Also