Returns a count of all edges in this graph
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
SyntaxPublic Function CountEdges As Long
public:
long long CountEdges()
member CountEdges : unit -> int64
Return Value
Type:
Int64the total count of edges in this graph
See Also