Autodesk Vault ProfessionalVault API

Remove(String) Method

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

Removes a PropertyDefinition from the dictionary by it's SystemName

Syntax

public System.bool Remove(
   System.string systemName
)
Public Overloads Function Remove( _
   ByVal systemName As System.String _
) As System.Boolean

Parameters

NameDescription
systemNameThe system name of the PropertyDefinition to remove

Return Value

True if the PropertyDefinition was successfully remove. False otherwise

See Also