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()
Function VertexIds As IEnumerable(Of Object)
IEnumerable<Object^>^ VertexIds()
abstract VertexIds : unit -> IEnumerable<Object>
Return Value
Type:
IEnumerableObjectthe raw ids of the vertices on the other end of the edges
See Also