Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public CoverageFilter(
	CoverageFilterType filterType,
	int numberOfAssets
)

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