Autodesk Vault ProfessionalVault API

GetPropertyValue Method

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

Gets a single property value for a specific Entity

Syntax

System.object GetPropertyValue(
   IEntity entity,
   PropertyDefinition propDef,
   PropertyValueSettings settings
)
Function GetPropertyValue( _
   ByVal entity As IEntity, _
   ByVal propDef As PropertyDefinition, _
   ByVal settings As PropertyValueSettings _
) As System.Object

Parameters

NameDescription
entityThe entity to get a property value for
propDefThe Property Definition to get a property value for.
settingsOptional conifguration which determines how some property values should be computed. This can be null to use the default settings

Return Value

The resulting property value, or null if there is no value

See Also