Click or drag to resize

BaseCoverageDefinitionRemoveAsset 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: 24.1.418.0 (24.1.418.0)
Syntax
public void RemoveAsset(
	Object asset
)

Parameters

asset
Type: SystemObject
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