Click or drag to resize

BaseCoverageDefinitionAddAsset Method (Object, AccessQuery)

Add an asset to the coverage definition.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void AddAsset(
	Object assetKey,
	AccessQuery query
)

Parameters

assetKey
Type: SystemObject
The asset to add, which will be used as a reference key when retrieving data.
query
Type: AGI.Foundation.AccessAccessQuery
The query that must be satisfied for the asset to provide coverage.
See Also