Autodesk Vault ProfessionalVault API

Add Method

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

Adds a specific constraint to this Property Definition.

Syntax

public void Add(
   PropertyConstraint constraint
)
Public Sub Add( _
   ByVal constraint As PropertyConstraint _
) 

Parameters

NameDescription
constraintthe constraint to add

See Also