Click or drag to resize

CoverageDefinitionOnSingleObject.RemoveAsset Method (Object)

Removes the specified asset 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(
	Object asset
)

Parameters

asset
Type: System.Object
The asset to remove.
Remarks
If the list of assets contains multiple AssetDefinition instances involving this asset, all of them will be removed by this method.
See Also