Filter out the edge if the max number of edges to retrieve has already been reached.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax Function Limit (
max As Long
) As IQuery
IQuery^ Limit(
long long max
)
abstract Limit :
max : int64 -> IQuery
Parameters
- max
- Type: SystemInt64
the max number of edges to return
Return Value
Type:
IQuerythe modified query object
See Also