Autodesk Vault ProfessionalVault API

GetAssociationPropertyDefinitionsUsageCounts Method

Autodesk.Connectivity.WebServicesPropertyService

Gets the usage counts for a set of association property definitions.

Required Permissions

[EntityClassId]Read

Syntax

public LongArray GetAssociationPropertyDefinitionsUsageCounts(
   System.long[] propertyDefinitionIds
)
Public Function GetAssociationPropertyDefinitionsUsageCounts( _
   ByVal propertyDefinitionIds() As System.Long _
) As LongArray

Parameters

NameDescription
propertyDefinitionIdsAn array of association property definition IDs.

Return Value

An array of usages for each association property definition. A usage is the number of entities that use that property.

See Also