Click or drag to resize

CoverageDefinitionOnSingleObject.AddAsset Method (Object, AccessQuery)

Add an asset to the coverage definition.

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

Parameters

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