Autodesk Vault ProfessionalVault API

Remove Method

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

Removes a specific constraint from the Property Definition

Syntax

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

Parameters

NameDescription
constraintthe constraint to remove

See Also