Click or drag to resize

AccessQuery.GetEvaluator Method

Gets an evaluator that can be used to evaluate this query for a given time or for intervals of time.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public AccessEvaluator GetEvaluator()

Return Value

Type: AccessEvaluator
The evaluator.
Remarks
This attempts to create an evaluator without a specified time observer. An exception will be thrown if the AccessQuery has time delays or other features that require a specified observer.
See Also