Click or drag to resize

VertexRelatedVertices Method

[Missing <summary> documentation for "M:VelocityGraph.Vertex.RelatedVertices(VelocityGraph.Frontenac.Blueprints.Direction,System.Collections.Generic.ISet{VelocityGraph.EdgeType})"]

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public List<Vertex> RelatedVertices(
	Direction dir = Direction.Both,
	ISet<EdgeType> edgeTypesToTraverse = null
)

Parameters

dir (Optional)
Type: VelocityGraph.Frontenac.BlueprintsDirection

[Missing <param name="dir"/> documentation for "M:VelocityGraph.Vertex.RelatedVertices(VelocityGraph.Frontenac.Blueprints.Direction,System.Collections.Generic.ISet{VelocityGraph.EdgeType})"]

edgeTypesToTraverse (Optional)
Type: System.Collections.GenericISetEdgeType

[Missing <param name="edgeTypesToTraverse"/> documentation for "M:VelocityGraph.Vertex.RelatedVertices(VelocityGraph.Frontenac.Blueprints.Direction,System.Collections.Generic.ISet{VelocityGraph.EdgeType})"]

Return Value

Type: ListVertex

[Missing <returns> documentation for "M:VelocityGraph.Vertex.RelatedVertices(VelocityGraph.Frontenac.Blueprints.Direction,System.Collections.Generic.ISet{VelocityGraph.EdgeType})"]

See Also