Click or drag to resize

VertexTypeGetTopNumberOfEdges Method

Get the top vertices with the most number of edges of the given edge type

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public Vertex[] GetTopNumberOfEdges(
	EdgeType etype,
	int howMany,
	Direction dir
)

Parameters

etype
Type: VelocityGraphEdgeType
The edge type to look for
howMany
Type: SystemInt32
How many top ones to collect
dir
Type: Direction
What end of edges to look at

Return Value

Type: Vertex
Array of Vertices with the most edges of the given edge type
See Also