Autodesk Vault ProfessionalVault API

SetValue(IEntity,PropertyDefinition,Object) Method

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

Adds a property value to this collection.

Syntax

public void SetValue(
   IEntity entity,
   PropertyDefinition propDef,
   System.object value
)
Public Overloads Sub SetValue( _
   ByVal entity As IEntity, _
   ByVal propDef As PropertyDefinition, _
   ByVal value As System.Object _
) 

Parameters

NameDescription
entityThe entity that the property value belongs to
propDefThe PropertyDefinition that the value is associated with
valueThe actual property value

See Also