Click or drag to resize

CoverageFilterIsIntervalValid Method

Checks whether the given interval satisfied the constraint.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual bool IsIntervalValid(
	TimeInterval<int> interval
)

Parameters

interval
Type: AGI.Foundation.TimeTimeIntervalInt32
The interval with the number of assets available in its Data property.

Return Value

Type: Boolean
Returns true if the constraint is satisfied.
See Also