Autodesk Vault ProfessionalVault API

Remove(KeyType) Method

Autodesk.DataManagement.Client.Framework.CurrencyDelegateValueDictionary<KeyType,ValueType>

Removes the element with the specified key from the Dictionary

Syntax

public System.bool Remove(
   KeyType key
)
Public Overloads Function Remove( _
   ByVal key As KeyType _
) As System.Boolean

Parameters

NameDescription
keyThe key of the element to remove.

Return Value

true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original Dictionary

See Also