Click or drag to resize

CoverageFilterGetQuery Method

Constrains a set of access queries into one based on the given FilterType.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AccessQuery GetQuery(
	params AccessQuery[] queries
)

Parameters

queries
Type: AGI.Foundation.AccessAccessQuery
The set of queries to constrain.

Return Value

Type: AccessQuery
A single query representing the result of constraining the given set of queries.
See Also