Autodesk Vault ProfessionalVault API

GetValues(PropertyDefinition) Method

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

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

Syntax

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

Parameters

NameDescription
propDefThe PropertyDefinition to retrieve values for

Return Value

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

See Also