Click or drag to resize

VertexTypeGetVerticeIds Method

Get existing Vertex ids for this type

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

Return Value

Type: IEnumerableInt32
An enumeration of vertex ids
See Also