Click or drag to resize

AccessQueryGetEvaluator 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: 24.1.418.0 (24.1.418.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