Click or drag to resize

VertexTypeGetNumberOfEdges Method (EdgeType, Direction)

Get the number of edges of a certain type that can be found and an edge direction

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public long GetNumberOfEdges(
	EdgeType etype,
	Direction dir
)

Parameters

etype
Type: VelocityGraphEdgeType
Use this type of edge
dir
Type: Direction
Edge direction to follow

Return Value

Type: Int64
Number of edges found
See Also