Autodesk Vault ProfessionalVault API

GetValues(IEntity) Method

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

Gets all of the property values in this collection for a particular entity

Syntax

public System.Collections.Generic.Dictionary<PropertyDefinition,PropertyValue> GetValues(
   IEntity entity
)
Public Overloads Function GetValues( _
   ByVal entity As IEntity _
) As System.Collections.Generic.Dictionary(Of PropertyDefinition,PropertyValue)

Parameters

NameDescription
entityThe entity to retrieve values for

Return Value

A dictionary containing all of the values for the specified entity. The key to the dictionary is the PropertyDefinition that the value belongs to, and the value of the dictionary is the actual property value

See Also