Generate a query object that can be used to fine tune which edges/vertices are retrieved that are incident/adjacent to this vertex.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax Function Query As IVertexQuery
abstract Query : unit -> IVertexQuery
Return Value
Type:
IVertexQuerya vertex query object with methods for constraining which data is pulled from the underlying graph
See Also