Autodesk Vault ProfessionalVault API

Remove(KeyValuePair<KeyType,ValueType>) Method

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

Removes the element with the key component of the specified key/value pair from the Dictionary

Syntax

public System.bool Remove(
   System.Collections.Generic.KeyValuePair<KeyType,ValueType> item
)
Public Overloads Function Remove( _
   ByVal item As System.Collections.Generic.KeyValuePair(Of KeyType,ValueType) _
) As System.Boolean

Parameters

NameDescription
itemThe key/value pair to remove from the dictionary

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