Autodesk Vault ProfessionalVault API

ConvertLinksToEntities Method

Autodesk.DataManagement.Client.Framework.Vault.InterfacesIEntityOperationProvider

Converts a list of links to the entities that they point to

Syntax

System.Collections.Generic.IDictionary<Link,IEntity> ConvertLinksToEntities(
   Connection vltConn,
   System.Collections.Generic.IEnumerable<Link> links
)
Function ConvertLinksToEntities( _
   ByVal vltConn As Connection, _
   ByVal links As System.Collections.Generic.IEnumerable(Of Link) _
) As System.Collections.Generic.IDictionary(Of Link,IEntity)

Parameters

NameDescription
vltConnA connection to a vault server
linksA list of links to convert

Return Value

A dictionary mapping a the link to the Entity that the link points to

See Also