Autodesk Vault ProfessionalVault API

GetLinksByTargetEntityIds Method

Autodesk.Connectivity.WebServicesDocumentService

Gets the Link objects that point to a set of Entities.

Required Permissions

LinkRead

Syntax

public Lnk[] GetLinksByTargetEntityIds(
   System.long[] targetEntityIds
)
Public Function GetLinksByTargetEntityIds( _
   ByVal targetEntityIds() As System.Long _
) As Lnk()

Parameters

NameDescription
targetEntityIdsA set of Entities.

Return Value

A set of Links for each of the input Entities.

See Also