Click or drag to resize

BaseCoverageDefinitionAddAssetRange Method

Add a range of assets 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 AddAssetRange(
	IEnumerable<AssetDefinition> assets
)

Parameters

assets
Type: System.Collections.GenericIEnumerableAssetDefinition
The set of assets to add.
See Also