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.2.419.0 (24.2.419.0)
Syntax public void AddAssetRange(
IEnumerable<AssetDefinition> assets
)
Public Sub AddAssetRange (
assets As IEnumerable(Of AssetDefinition)
)
public:
void AddAssetRange(
IEnumerable<AssetDefinition^>^ assets
)
member AddAssetRange :
assets : IEnumerable<AssetDefinition> -> unit
Parameters
- assets
- Type: System.Collections.GenericIEnumerableAssetDefinition
The set of assets to add.
See Also