Click or drag to resize

VertexTypeGetVertices Method (EdgeType, Vertex, Direction)

Get an enumeration of existing vertices of this type found by following an edge type

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public IEnumerable<IVertex> GetVertices(
	EdgeType etype,
	Vertex vertex1,
	Direction dir
)

Parameters

etype
Type: VelocityGraphEdgeType
Edge type to follow
vertex1
Type: VelocityGraphVertex
Vertex to start from
dir
Type: Frontenac.BlueprintsDirection
Edge direction to follow

Return Value

Type: IEnumerableIVertex
an enumeration of vertices
See Also