Autodesk Vault ProfessionalVault API

Add(String,PropertyDefinition) Method

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

Adds a PropertyDefinition to the dictionary

Syntax

public void Add(
   System.string systemName,
   PropertyDefinition value
)
Public Overloads Sub Add( _
   ByVal systemName As System.String, _
   ByVal value As PropertyDefinition _
) 

Parameters

NameDescription
systemNameThe unique system name of the PropertyDefinition
valueThe PropertyDefinition to add

See Also