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.2.419.0 (24.2.419.0)
Syntax public CoverageFilter Filter { get; set; }
Public Property Filter As CoverageFilter
Get
Set
public:
property CoverageFilter^ Filter {
CoverageFilter^ get ();
void set (CoverageFilter^ value);
}
member Filter : CoverageFilter with get, set
Property Value
Type:
CoverageFilterRemarks By default, the constraint is: at least one asset (
AtLeastN).
See Also