Click or drag to resize

VerticesFromEdgesIterable Constructor

Initializes a new instance of the VerticesFromEdgesIterable class

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

Parameters

vertex
Type: Frontenac.BlueprintsIVertex

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

direction
Type: Frontenac.BlueprintsDirection

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

labels
Type: SystemString

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

See Also