GraphCountVertices Method |
Get a count of all vertices in this graph
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic long CountVertices()
Public Function CountVertices As Long
public:
long long CountVertices()
member CountVertices : unit -> int64
Return Value
Type:
Int64count of vertices
See Also