Click or drag to resize

CoverageQueryResult.AppliedCoverageFilters Property

Gets the set of CoverageFilters which have been applied to these results.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public ReadOnlyCollection<CoverageFilter> AppliedCoverageFilters { get; }

Property Value

Type: ReadOnlyCollection<CoverageFilter>
See Also