Click or drag to resize

CoverageResultsApplyFilter Method

Applies the given filter to this result and returns a new result.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CoverageResults ApplyFilter(
	CoverageFilter filter
)

Parameters

filter
Type: AGI.Foundation.CoverageCoverageFilter
The filter indicating whether any given interval satisfies coverage.

Return Value

Type: CoverageResults
The new result reflecting the given filter.
See Also