Autodesk Vault ProfessionalVault API

GetImage Method

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesThumbnailInfo

Gets a copy of the thumbnail represented as an Image object.

Syntax

public System.Drawing.Image GetImage()
Public Function GetImage() As System.Drawing.Image

Return Value

A thumbnail in Image format. The caller is responsible for disposing the image when done.

See Also