Click or drag to resize

IVertexQueryVertexIds Method

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

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

Return Value

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