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.

Remarks

It's recommended that the .ico contain the following 4 sizes: 16x16, 32x32, 64x64, and 128x128. However, it is possible for the .ico file to contain completely different information. For example, it might just have a single image with a size of 55x127.

See Also