ExchangeData.Remove method (1 of 2)
Removes an Asset from the list. This also removes relationships that reference this Asset.
public bool Remove(BaseAsset asset)
parameter | description |
---|---|
asset |
Return Value
true if the asset was removed. false if the asset was not found.
See Also
- class BaseAsset
- class ExchangeData
- namespace Autodesk.DataExchange.Models
ExchangeData.Remove method (2 of 2)
Removes an Asset from the list based on the Asset Id. This also removes relationships that reference this Asset.
public bool Remove(string assetId)
parameter | description |
---|---|
assetId |
Return Value
true if the asset was removed. false if the asset was not found.
See Also
- class ExchangeData
- namespace Autodesk.DataExchange.Models