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)
SyntaxIEnumerable<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