Click or drag to resize

CoverageFilterType Enumeration

Indicates whether an interval of coverage is valid based on the number of assets available.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum CoverageFilterType
Members
  Member nameDescription
AtLeastN The number of accessible assets must be greater than or equal to the specified number.
AtMostN The number of accessible assets must be less than or equal to the specified number.
ExactlyN The number of accessible assets must be exactly equal to the specified number.
See Also