Click or drag to resize

CoverageDefinitionOnSingleObject.AddAssetRange Method

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

Parameters

assets
Type: System.Collections.Generic.IEnumerable<AssetDefinition>
The set of assets to add.
See Also