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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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