AccessEvaluatorEvaluate Method (TimeInterval) | 
 
        Evaluates over a single considered time interval.
      
 
    Namespace: 
   AGI.Foundation.Access
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic AccessQueryResult Evaluate(
	TimeInterval consideredInterval
)
Public Function Evaluate ( 
	consideredInterval As TimeInterval
) As AccessQueryResult
public:
virtual AccessQueryResult^ Evaluate(
	TimeInterval^ consideredInterval
) sealed
abstract Evaluate : 
        consideredInterval : TimeInterval -> AccessQueryResult 
override Evaluate : 
        consideredInterval : TimeInterval -> AccessQueryResult Parameters
- consideredInterval
 - Type: AGI.Foundation.TimeTimeInterval
The interval over which the evaluator is to analyze. 
Return Value
Type: 
AccessQueryResultThe value of the function over the interval.
Implements
IEvaluatorOverIntervalsTResult, TResultOverIntervalsEvaluate(TimeInterval)
Remarks
          For information about the specific function evaluated by this evaluator, see the documentation for the
          method that was used to create this evaluator.
        
          Once created, an evaluator will ignore changes made to the object(s) from which it was created. You should create a new evaluator
          after making changes to definitional objects in order for those changes to be reflected in the results.
        
See Also