Click or drag to resize

GraphCountEdges Method

Returns a count of all edges in this graph

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public long CountEdges()

Return Value

Type: Int64
the total count of edges in this graph
See Also