Click or drag to resize

IVertexQueryVertexIds Method

Return the raw ids of the vertices on the other end of the edges.

Namespace:  VelocityGraph.Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
IEnumerable<Object> VertexIds()

Return Value

Type: IEnumerableObject
the raw ids of the vertices on the other end of the edges
See Also