Autodesk Vault ProfessionalVault API

DeletePropertyDefinitions Method

Autodesk.Connectivity.WebServicesPropertyService

Deletes a set of property definitions.

Required Permissions

ManagePropertyDefinition

Syntax

public void DeletePropertyDefinitions(
   System.long[] propertyDefIds
)
Public Sub DeletePropertyDefinitions( _
   ByVal propertyDefIds() As System.Long _
) 

Parameters

NameDescription
propertyDefIdsThe IDs of the property definitions to delete.

See Also