Click or drag to resize

CentralBodySurfaceRegionSensorVolumeConstraint.BuildQueryEvaluator Method

Builds a query evaluator from this constraint.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public override void BuildQueryEvaluator(
	ConstraintQueryBuilder builder,
	EvaluatorGroup group
)

Parameters

builder
Type: AGI.Foundation.Access.ConstraintQueryBuilder
The builder instance to use to build the evaluator.
group
Type: AGI.Foundation.EvaluatorGroup
The evaluator group in which to create individual constraint function evaluators.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when builder or group is null.
PropertyInvalidException Thrown when ConstrainedLink is null.
ServiceNotAvailableException Thrown when either IFieldOfViewService or IDynamicFieldOfViewService is not available on the object at the end of the link opposite the ConstrainedLinkEnd.
See Also