Autodesk Vault ProfessionalVault API

PropertyValue Constructor

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesPropertyValue

Creates an instance of a PropertyValue object

Syntax

public PropertyValue(
   IEntity entity,
   PropertyDefinition propDef,
   System.object val
)
Public Function New( _
   ByVal entity As IEntity, _
   ByVal propDef As PropertyDefinition, _
   ByVal val As System.Object _
)

Parameters

NameDescription
entityThe entity that this value applies to
propDefThe PropertyDefinition that the value applies to
valThe actual property value

See Also