Autodesk Vault ProfessionalVault API

UpdateLinkProperties Method

Autodesk.Connectivity.WebServicesDocumentServiceExtensions

Updates property values for the specified links

Required Permissions

" Link Edit User Defined Property"

Syntax

public void UpdateLinkProperties(
   System.long[] linkIds,
   PropInstParamArray[] propValues
)
Public Sub UpdateLinkProperties( _
   ByVal linkIds() As System.Long, _
   ByVal propValues() As PropInstParamArray _
) 

Parameters

NameDescription
linkIdsids of Links
propValuesProperty Values

See Also