Filter out the edge of its property value is not within the provided interval.
            
 
    Namespace: 
   Frontenac.Blueprints
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
SyntaxIQuery Interval<T>(
	string key,
	T startValue,
	T endValue
)
Function Interval(Of T) ( 
	key As String,
	startValue As T,
	endValue As T
) As IQuery
generic<typename T>
IQuery^ Interval(
	String^ key, 
	T startValue, 
	T endValue
)
abstract Interval : 
        key : string * 
        startValue : 'T * 
        endValue : 'T -> IQuery 
Parameters
- key
 - Type: SystemString
the key of the property - startValue
 - Type: T
the inclusive start value of the interval - endValue
 - Type: T
the exclusive end value of the interval 
Type Parameters
- T
 [Missing <typeparam name="T"/> documentation for "M:Frontenac.Blueprints.IQuery.Interval``1(System.String,``0,``0)"]
Return Value
Type: 
IQuerythe modified query object
See Also