Click or drag to resize

IQueryLimit Method

Filter out the edge if the max number of edges to retrieve has already been reached.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
IQuery Limit(
	long max
)

Parameters

max
Type: SystemInt64
the max number of edges to return

Return Value

Type: IQuery
the modified query object
See Also