Autodesk Vault ProfessionalVault API

Add(KeyValuePair<String,PropertyDefinition>) Method

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

Adds a PropertyDefinition to the dictionary by a Key-Value Pair

Syntax

public void Add(
   System.Collections.Generic.KeyValuePair<string,PropertyDefinition> item
)
Public Overloads Sub Add( _
   ByVal item As System.Collections.Generic.KeyValuePair(Of String,PropertyDefinition) _
) 

Parameters

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

See Also