Autodesk Vault ProfessionalVault API

GetValue Method

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

Gets a property value from this collection for a specific entity and property definition

Syntax

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

Parameters

NameDescription
entityThe Entity to retrieve a value for
propDefThe PropertyDefinition to retrieve a value for

Return Value

The property value associated with the entity and PropertyDefinition. Null is returned if there is no value stored in this collection

See Also