Autodesk Vault ProfessionalVault API

FindCustomEntitiesByNumbers Method

Autodesk.Connectivity.WebServicesCustomEntityService

Gets a set of Custom Entity objects based on their unique number value.

Required Permissions

CustomEntityRead

Syntax

public CustEnt[] FindCustomEntitiesByNumbers(
   System.string[] custEntNums
)
Public Function FindCustomEntitiesByNumbers( _
   ByVal custEntNums() As System.String _
) As CustEnt()

Parameters

NameDescription
custEntNumsAn array of Custom Entity numbers.

Return Value

The set of Custom Entity objects that match the provided numbers. If a match is not found, no object is returned. So the return array may be smaller than the input array.

See Also