Autodesk Vault ProfessionalVault API

UpdateAssociationPropertyDefinitionInfo Method

Autodesk.Connectivity.WebServicesPropertyService

Updates an association property definition object and extended information.

Required Permissions

ManagePropertyDefinition

Syntax

public AssocPropDefInfo UpdateAssociationPropertyDefinitionInfo(
   AssocPropDef AssocPropDef,
   EntClassCtntSrcPropCfg[] eClsCtntSrcPropDefs,
   System.object[] listValues
)
Public Function UpdateAssociationPropertyDefinitionInfo( _
   ByVal AssocPropDef As AssocPropDef, _
   ByVal eClsCtntSrcPropDefs() As EntClassCtntSrcPropCfg, _
   ByVal listValues() As System.Object _
) As AssocPropDefInfo

Parameters

NameDescription
AssocPropDefThe property definition object with updated information. Only the display name, is active setting and default value can be changed.
eClsCtntSrcPropDefsThe content source mappings.
listValuesThe allowed values.

Return Value

The updated objects.

Remarks

This function only applies to Item/Change Order associations.

See Also