Autodesk Vault ProfessionalVault API

ContainsKey(Int64) Method

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

Tests if a PropertyDefinition with the specified PropertyDefinition.Id exists in the dictionary.

Syntax

public System.bool ContainsKey(
   System.long id
)
Public Overloads Function ContainsKey( _
   ByVal id As System.Long _
) As System.Boolean

Parameters

NameDescription
idThe ID to lookup

Return Value

True if a PropertyDefinition with the id is in the dictionary. False otherwise.

See Also