Autodesk Vault ProfessionalVault API

GetPropertyValues Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIPropertyManager

Gets property values for a list of Entities and Property Definitions

Syntax

PropertyValues GetPropertyValues(
   System.Collections.Generic.IEnumerable<IEntity> entities,
   System.Collections.Generic.IEnumerable<PropertyDefinition> propDefs,
   PropertyValueSettings settings
)
Function GetPropertyValues( _
   ByVal entities As System.Collections.Generic.IEnumerable(Of IEntity), _
   ByVal propDefs As System.Collections.Generic.IEnumerable(Of PropertyDefinition), _
   ByVal settings As PropertyValueSettings _
) As PropertyValues

Parameters

NameDescription
entitiesThe list of entities to get property values for
propDefsThe list of Property Definitions to get property values for. If null, then values will be retrieved for all property definitions.
settingsOptional conifguration which determines how some property values should be computed

Return Value

The resulting property values

See Also