Autodesk Vault ProfessionalVault API

Remove(KeyValuePair<String,PropertyDefinition>) Method

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesPropertyDefinitionDictionary

Removed a PropertyDefinition from the dictionary by Key-Value Pair

Syntax

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

Parameters

NameDescription
itemA key-value pair where the Key is the SystemName and the Value is the PropertyDefinition

Return Value

True if the PropertyDefinition has been removed. False otherwise.

See Also