Autodesk Vault ProfessionalVault API

ConvertEntInfosToEntities Method

Autodesk.DataManagement.Client.Framework.Vault.InterfacesIEntityOperationProvider

Converts a list of PersistableIdEntInfo objects to the IEntity implementation of the entities that they represent

Syntax

System.Collections.Generic.IDictionary<PersistableIdEntInfo,IEntity> ConvertEntInfosToEntities(
   Connection vltConn,
   System.Collections.Generic.IEnumerable<PersistableIdEntInfo> ents
)
Function ConvertEntInfosToEntities( _
   ByVal vltConn As Connection, _
   ByVal ents As System.Collections.Generic.IEnumerable(Of PersistableIdEntInfo) _
) As System.Collections.Generic.IDictionary(Of PersistableIdEntInfo,IEntity)

Parameters

NameDescription
vltConnA connection to a vault server
entsA list of PersistableIdEntInfo objects to convert

Return Value

A dictionary mapping a PersistableIdEntInfo to the Entity that it points to

See Also