Autodesk Vault ProfessionalVault API

GetDeleteAssociationPropertyDefinitionsRestrictions Method

Autodesk.Connectivity.WebServicesPropertyService

Gets any restrictions on deleting a set of association property definitions.

Required Permissions

ManagePropertyDefinition

Syntax

public PropRestric[] GetDeleteAssociationPropertyDefinitionsRestrictions(
   System.long[] propertyDefIds
)
Public Function GetDeleteAssociationPropertyDefinitionsRestrictions( _
   ByVal propertyDefIds() As System.Long _
) As PropRestric()

Parameters

NameDescription
propertyDefIdsAn array of association property definitions to delete.

Return Value

An array of restrictions. The array will be null or empty if there are no restrictions.

Remarks

This function does not delete anything. It's a pre-check to see if there would be any problems if a delete were to be called.

See Also