Autodesk Vault ProfessionalVault API

GetLinksByParentIds Method

Autodesk.Connectivity.WebServicesDocumentService

Gets a set of Link objects originating from a given set of entities.

Required Permissions

LinkRead

Syntax

public Lnk[] GetLinksByParentIds(
   System.long[] parentIds,
   System.string[] targetEntityClassIds
)
Public Function GetLinksByParentIds( _
   ByVal parentIds() As System.Long, _
   ByVal targetEntityClassIds() As System.String _
) As Lnk()

Parameters

NameDescription
parentIdsAn array of entity IDs.
targetEntityClassIdsThe set of allowed Entities Classes for the link targets.

Return Value

All Link objects matching the passed in parent ID and at least one of the passed in entity class IDs.

See Also