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: 24.2.419.0 (24.2.419.0)
Syntax public 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