Autodesk Vault ProfessionalVault API

SetRetrievalAlgorithm Method

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesPropertyDefinition

Gets the Retrieval Algorithm for this PropertyDefinition, which is used to determine how property values for this definition should be retrieved.

Syntax

public void SetRetrievalAlgorithm(
   PropertyDefinition.ERetrievalAlgorithm algorithm,
   System.string entityClassName
)
Public Sub SetRetrievalAlgorithm( _
   ByVal algorithm As PropertyDefinition.ERetrievalAlgorithm, _
   Optional ByVal entityClassName As System.String _
) 

Parameters

NameDescription
algorithmThe algorithm that is assigned to the PropertyDefinition
entityClassNameThe optional name of the entity class that this algorithm applies to. If null, then this will apply to all entity classes. There are properties that have different retrieval algorithms for each entity class

See Also