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.2.419.0 (24.2.419.0)
Syntax public CoverageResults ApplyFilter(
CoverageFilter filter
)
Public Function ApplyFilter (
filter As CoverageFilter
) As CoverageResults
public:
CoverageResults^ ApplyFilter(
CoverageFilter^ filter
)
member ApplyFilter :
filter : CoverageFilter -> CoverageResults
Parameters
- filter
- Type: AGI.Foundation.CoverageCoverageFilter
The filter indicating whether any given interval satisfies coverage.
Return Value
Type:
CoverageResultsThe new result reflecting the given filter.
See Also