Autodesk Vault ProfessionalVault API

GetPropertyDefinitionsUsageCounts Method

Autodesk.Connectivity.WebServicesPropertyService

Gets the usage counts for a set of property definitions.

Required Permissions

[EntityClassId]Read

Syntax

public LongArray GetPropertyDefinitionsUsageCounts(
   System.long[] propertyDefinitionId
)
Public Function GetPropertyDefinitionsUsageCounts( _
   ByVal propertyDefinitionId() As System.Long _
) As LongArray

Parameters

NameDescription
propertyDefinitionIdAn array of property definition IDs.

Return Value

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

See Also