Autodesk Vault ProfessionalVault API

GetAllConstraints Method

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

Retrieves a flat list of all of the constraint objects associated with a PropertyDefinition

Syntax

public System.Collections.Generic.IEnumerable<PropertyConstraint> GetAllConstraints()
Public Function GetAllConstraints() As System.Collections.Generic.IEnumerable(Of PropertyConstraint)

Return Value

A list of constraint objects

See Also