CoverageDefinitionOnSingleObjectRemoveAsset 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)
Syntaxpublic void RemoveAsset(
	Object asset
)
Public Sub RemoveAsset ( 
	asset As Object
)
public:
void RemoveAsset(
	Object^ asset
)
member RemoveAsset : 
        asset : Object -> unit 
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