Autodesk Vault ProfessionalVault API

EnablePropertyDefinitions Method

Autodesk.Connectivity.WebServicesPropertyService

Enables or disables a set of property definitions.

Required Permissions

ManagePropertyDefinition

Syntax

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

Parameters

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

See Also