Autodesk Vault ProfessionalVault API

AddDependency Method

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

Makes this Property Definitions value dependent on the value of another Property Definition

Syntax

public void AddDependency(
   PropertyDefinition propDef
)
Public Sub AddDependency( _
   ByVal propDef As PropertyDefinition _
) 

Parameters

NameDescription
propDefThe property definition that this depends on

See Also