Autodesk Vault ProfessionalVault API

UpdateLinkPropertyDefinitions Method

Autodesk.Connectivity.WebServicesDocumentServiceExtensions

Add/Remove Link Property Definitions associated to/from Link Objects

Syntax

public Lnk[] UpdateLinkPropertyDefinitions(
   System.long[] linkIds,
   System.long[] addedPropDefIds,
   System.long[] removedPropDefIds
)
Public Function UpdateLinkPropertyDefinitions( _
   ByVal linkIds() As System.Long, _
   ByVal addedPropDefIds() As System.Long, _
   ByVal removedPropDefIds() As System.Long _
) As Lnk()

Parameters

NameDescription
linkIdsids of Links
addedPropDefIdsids of the Link Property Definitions to be added to the specified linkIds
removedPropDefIdsids of the Link Property Definitions to be removed from the specified linkIds

Return Value

Link Objects

See Also