Autodesk Vault ProfessionalVault API

GetRetrievalAlgorithm 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 PropertyDefinition.ERetrievalAlgorithm GetRetrievalAlgorithm(
   System.string entityClassName
)
Public Function GetRetrievalAlgorithm( _
   ByVal entityClassName As System.String _
) As PropertyDefinition.ERetrievalAlgorithm

Parameters

NameDescription
entityClassNameThe name of the entity class that we are retrieving the algorithm for. A property can have a different retrieval algorithm for each entity class.

See Also