Click or drag to resize

IVertexQuery Interface

A VertexQuery object defines a collection of filters and modifiers that are used to intelligently select edges from a vertex.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public interface IVertexQuery : IQuery

The IVertexQuery type exposes the following members.

Methods
  NameDescription
Public methodCount
Execute the query and return the number of edges that are unfiltered.
Public methodDirection
The direction of the edges to retrieve.
Public methodLabels
Filter out the edge if its label is not in set of provided labels.
Public methodVertexIds
Return the raw ids of the vertices on the other end of the edges.
Top
See Also