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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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