Click or drag to resize

BaseCoverageDefinitionFilter Property

Gets or sets the constraint which indicates the bound on the number of assets which must have access to a grid point in order to provide coverage.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CoverageFilter Filter { get; set; }

Property Value

Type: CoverageFilter
Remarks
By default, the constraint is: at least one asset (AtLeastN).
See Also