Autodesk Vault ProfessionalVault API

EnableAssociationPropertyDefinitions Method

Autodesk.Connectivity.WebServicesPropertyService

Enables or disables a set of association property definitions.

Required Permissions

ManagePropertyDefinition

Syntax

public void EnableAssociationPropertyDefinitions(
   System.long[] propertyDefIds,
   System.bool enable
)
Public Sub EnableAssociationPropertyDefinitions( _
   ByVal propertyDefIds() As System.Long, _
   ByVal enable As System.Boolean _
) 

Parameters

NameDescription
propertyDefIdsAn array of property definition IDs.
enableIf true, the property definitions are enabled. If false, they are disabled.

See Also