Click or drag to resize

VertexTypeGetVerticeIds Method

Get existing Vertex ids for this type

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public IEnumerable<int> GetVerticeIds()

Return Value

Type: IEnumerableInt32
An enumeration of vertex ids
See Also