Autodesk Vault ProfessionalVault API

RemoveValue Method

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesPropertyValues

Removes a property value from this collection

Syntax

public void RemoveValue(
   IEntity entity,
   PropertyDefinition propDef
)
Public Sub RemoveValue( _
   ByVal entity As IEntity, _
   ByVal propDef As PropertyDefinition _
) 

Parameters

NameDescription
entityThe entity representing the property value to remove
propDefThe PropertyDefinition associated with thte property value to remove

See Also