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.2.419.0 (24.2.419.0)
Syntax public AccessEvaluator GetEvaluator()
Public Function GetEvaluator As AccessEvaluator
public:
AccessEvaluator^ GetEvaluator()
member GetEvaluator : unit -> AccessEvaluator
Return Value
Type:
AccessEvaluatorThe 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