Autodesk Vault ProfessionalVault API

GetImage Method

Autodesk.DataManagement.Client.Framework.Vault.Currency.EntitiesIEntityImageProvider

Gets an image for the entity

Syntax

ImageInfo GetImage(
   ShellIconSize size
)
Function GetImage( _
   ByVal size As ShellIconSize _
) As ImageInfo

Parameters

NameDescription
sizeThe size of the image that is requested

Return Value

An object containing information about the resulting image

See Also