CoverageFilter Constructor (CoverageFilterType, Int32) |
Initializes a new instance with a specified filter type and number of assets.
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(
CoverageFilterType filterType,
int numberOfAssets
)
Public Sub New (
filterType As CoverageFilterType,
numberOfAssets As Integer
)
public:
CoverageFilter(
CoverageFilterType filterType,
int numberOfAssets
)
new :
filterType : CoverageFilterType *
numberOfAssets : int -> CoverageFilter
Parameters
- filterType
- Type: AGI.Foundation.CoverageCoverageFilterType
The type indicating how to filter the number of assets. - numberOfAssets
- Type: SystemInt32
The number of assets required to provide coverage.
See Also