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)
SyntaxFunction 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