Autodesk Vault ProfessionalVault API

GetCustomEntitiesByIds Method

Autodesk.Connectivity.WebServicesCustomEntityService

Get a list of Custom Entity objects based on their IDs.

Required Permissions

CustomEntityRead

Syntax

public CustEnt[] GetCustomEntitiesByIds(
   System.long[] custEntIds
)
Public Function GetCustomEntitiesByIds( _
   ByVal custEntIds() As System.Long _
) As CustEnt()

Parameters

NameDescription
custEntIds

Return Value

The corresponding Custom Entity objects.

See Also