Autodesk Vault ProfessionalVault API

Values Property

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

Gets an System.Collections.Generic.ICollection containing the values in the Dictionary<TKey,TValue>

Syntax

public System.Collections.Generic.ICollection<ValueType> Values {get;}
Public ReadOnly Property Values As System.Collections.Generic.ICollection(Of ValueType)

Remarks

If any of the values in the dictionary are Functions, then the functions will be evaluated and their result will be returned

See Also