Autodesk Vault ProfessionalVault API

Item Property

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

Gets or sets the element with the specified key.

Syntax

public ValueType this[
   KeyType key
]; {get; set;}
Public Default Property Item( _
   ByVal key As KeyType _
) As ValueType

Parameters

NameDescription
keyThe key of the element to get or set.

Remarks

If the value associtead with the key is a Function, then the function will be evaluated and it's result will be returned

See Also