Autodesk Vault ProfessionalVault API

GetAssociationPropertyDefinitionsByType Method

Autodesk.Connectivity.WebServicesPropertyService

Gets all the property definitions for a given association type.

Required Permissions

ManagePropertyDefinition

Syntax

public AssocPropDef[] GetAssociationPropertyDefinitionsByType(
   AssocPropTyp relClass
)
Public Function GetAssociationPropertyDefinitionsByType( _
   ByVal relClass As AssocPropTyp _
) As AssocPropDef()

Parameters

NameDescription
relClassDetermines which association property type to get definitions for

Return Value

All the property definitions for the given association type.

See Also