Autodesk Vault ProfessionalVault API

GetImage Method

Autodesk.DataManagement.Client.Framework.Vault.Currency.EntitiesCustomObjectDefinition

Gets an image associated with the CustomObjectDefinition

Syntax

public System.Drawing.Image GetImage(
   ShellIconSize size
)
Public Function GetImage( _
   ByVal size As ShellIconSize _
) As System.Drawing.Image

Parameters

NameDescription
sizeThe size of the image to return

Return Value

An image of the specified size - or null if there is not an Icon configured for this CustomObjectDefinition

See Also