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: 23.2.417.0 (23.2.417.0)
Syntaxpublic enum CoverageFilterType
Public Enumeration CoverageFilterType
public enum class CoverageFilterType
Members
| Member name | Description |
---|
| 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