Click or drag to resize

VertexGetNumberOfEdges Method (EdgeType, Direction)

Gets the number of edges from or to this vertex and for the given edge type.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public long GetNumberOfEdges(
	EdgeType edgeType,
	Direction dir
)

Parameters

edgeType
Type: VelocityGraphEdgeType
an EdgeType
dir
Type: VelocityGraph.Frontenac.BlueprintsDirection
direction, one of: Out, In, Both

Return Value

Type: Int64
The number of edges.
See Also