Autodesk Vault ProfessionalVault API

GetPersistentIds Method

Autodesk.Connectivity.WebServicesKnowledgeVaultService

Gets persistant IDs for a set of entities.

Syntax

public System.string[] GetPersistentIds(
   System.string entityClass,
   System.long[] entityIds,
   EntPersistOpt persistOpt
)
Public Function GetPersistentIds( _
   ByVal entityClass As System.String, _
   ByVal entityIds() As System.Long, _
   ByVal persistOpt As EntPersistOpt _
) As System.String()

Parameters

NameDescription
entityClassThe type of entity that the IDs belong to.
entityIdsA set of entity IDs.
persistOptThe type of ID to get.

Return Value

A set of persistant IDs.

See Also