Click or drag to resize

VertexRelatedVertices Method

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

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

Parameters

dir (Optional)
Type: Direction

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

Return Value

Type: ListVertex

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

See Also