GetPropertyDefinitionsUsageCounts Method
Gets the usage counts for a set of property definitions.
Required Permissions
[EntityClassId]ReadSyntax
public LongArray GetPropertyDefinitionsUsageCounts(
System.long[] propertyDefinitionId
)Public Function GetPropertyDefinitionsUsageCounts( _
ByVal propertyDefinitionId() As System.Long _
) As LongArrayParameters
| Name | Description |
|---|---|
| propertyDefinitionId | An 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.