Click or drag to resize

CentralBodyLayeredProjectedVolumeAccessConstraint.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 PointsDefiningConstraintVolume is null or has zero elements, or when CentralBody, AltitudeBoundaries, or ConstrainedObject is null, or when Tolerance is not greater than zero.
ServiceNotAvailableException Thrown when ILocationPointService is not available on ConstrainedObject.
See Also