Autodesk Vault ProfessionalVault API

Add(IEnumerable<PropertyDefinition>) Method

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

Adds a collection of PropertyDefinition's to the dictionary

Syntax

public void Add(
   System.Collections.Generic.IEnumerable<PropertyDefinition> propDefs
)
Public Overloads Sub Add( _
   ByVal propDefs As System.Collections.Generic.IEnumerable(Of PropertyDefinition) _
) 

Parameters

NameDescription
propDefsThe collection of PropertyDefinition objects to add

See Also