Autodesk Vault ProfessionalVault API

GetPropertyDefinitions Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIPropertyManager

Gets a list of property definitions in a vault

Syntax

PropertyDefinitionDictionary GetPropertyDefinitions(
   System.string entityClassIdFilter,
   EntityCategory categoryFilter,
   PropertyDefinitionFilter filter
)
Function GetPropertyDefinitions( _
   ByVal entityClassIdFilter As System.String, _
   ByVal categoryFilter As EntityCategory, _
   ByVal filter As PropertyDefinitionFilter _
) As PropertyDefinitionDictionary

Parameters

NameDescription
entityClassIdFilterRetrieves only the Property Definitions associated with this entity class Id. If null, then Property Definitions for all Entity Classes are returned
categoryFilterRetrieves only the Property Definitions that are associated with this category. If null, then all Property Definitions are returned regardless of category
filterOptional filters to limit the types of Property Definitions that are returned

Return Value

A dictionary containing the resulting set of Property Definitions

See Also