Autodesk Vault ProfessionalVault API

Remove(Int64) Method

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

Removes a PropertyDefinition from the dictionary by it's PropertyDefinition.Id

Syntax

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

Parameters

NameDescription
idThe id of the PropertyDefinition to remove

Return Value

True if the PropertyDefinition was successfully remove. False otherwise

See Also