Click or drag to resize

BaseCoverageDefinitionRemoveAsset Method (AssetDefinition)

Removes the specified asset definition from the list of assets.

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 RemoveAsset(
	AssetDefinition assetDefinition
)

Parameters

assetDefinition
Type: AGI.Foundation.CoverageAssetDefinition
The asset definition to remove.
Remarks
If the specified definition has been added to the list multiple times, this method will remove the first occurrence.
See Also