Click or drag to resize

IVertexQuery Method

Generate a query object that can be used to fine tune which edges/vertices are retrieved that are incident/adjacent to this vertex.

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

Return Value

Type: IVertexQuery
a vertex query object with methods for constraining which data is pulled from the underlying graph
See Also