Click or drag to resize

CoverageDefinitionOnSingleObject.RemoveAsset 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: 25.1.421.0 (25.1.421.0)
Syntax
public void RemoveAsset(
	AssetDefinition assetDefinition
)

Parameters

assetDefinition
Type: AGI.Foundation.Coverage.AssetDefinition
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