Click or drag to resize

AccessConstraintEvaluatorIsSatisfied Method

Determines if the constraint is satisfied for a particular JulianDate.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual bool IsSatisfied(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date to examine.

Return Value

Type: Boolean
if the constraint is satisfied; otherwise .
See Also