Autodesk Vault ProfessionalVault API

GetCustomEntityDefinitionIcons Method

Autodesk.Connectivity.WebServicesCustomEntityService

Gets the icons for a set of Custom Entity definitions.

Required Permissions

AllowAny

Syntax

public ByteArray[] GetCustomEntityDefinitionIcons(
   System.long[] custEntDefIds
)
Public Function GetCustomEntityDefinitionIcons( _
   ByVal custEntDefIds() As System.Long _
) As ByteArray()

Parameters

NameDescription
custEntDefIdsA set of Custom Entity definitions.

Return Value

An array of byte arrays representing icon information for the submitted Custom Entity definitions. The byte arrays are the contents of an .ico file.

See Also