Click or drag to resize

IVertexQueryDirection Method

The direction of the edges to retrieve.

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

Parameters

direction
Type: Frontenac.BlueprintsDirection
whether to retrieve the incoming, outgoing, or both directions

Return Value

Type: IVertexQuery
the modified query object
See Also