Autodesk Vault ProfessionalVault API

UpdateAssociationPropertyDefinition Method

Autodesk.Connectivity.WebServicesPropertyService

Updates an association property definition object.

Required Permissions

ManagePropertyDefinition

Syntax

public AssocPropDefInfo UpdateAssociationPropertyDefinition(
   System.long propertyDefId,
   System.string displayName,
   System.bool isActive,
   System.object defaultValue
)
Public Function UpdateAssociationPropertyDefinition( _
   ByVal propertyDefId As System.Long, _
   ByVal displayName As System.String, _
   ByVal isActive As System.Boolean, _
   ByVal defaultValue As System.Object _
) As AssocPropDefInfo

Parameters

NameDescription
propertyDefIdThe property definition Id.
displayNameThe new display name.
isActiveIf true, the property definition is active. If false, it is not active.
defaultValueThe default value.

Return Value

The updated property definition with extended information.

See Also