CoverageDefinitionOnSingleObjectRemoveAsset 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.2.419.0 (24.2.419.0)
Syntax public void RemoveAsset(
AssetDefinition assetDefinition
)
Public Sub RemoveAsset (
assetDefinition As AssetDefinition
)
public:
void RemoveAsset(
AssetDefinition^ assetDefinition
)
member RemoveAsset :
assetDefinition : AssetDefinition -> unit
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