Autodesk Vault ProfessionalVault API

DecoratePropertyDefinitions Method

Autodesk.DataManagement.Client.Framework.Vault.InterfacesIPropertyExtensionProvider

This method allows the characteristics of any of the Property Definitions to be modified. For example, you can add a dependency between multiple property definitions.

Syntax

void DecoratePropertyDefinitions(
   Connection vltConn,
   PropertyDefinitionDictionary existingPropDefs
)
Sub DecoratePropertyDefinitions( _
   ByVal vltConn As Connection, _
   ByVal existingPropDefs As PropertyDefinitionDictionary _
) 

Parameters

NameDescription
vltConnA connection to a vault server
existingPropDefsThe set of property definitions that have already been gathered by other extension providers

Remarks

To modify a Property Definition, retrieve it from the existingPropDefs dictionary and modifiy the properties of the returned object.

See Also