Autodesk Vault ProfessionalVault API

GetImage Method

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesImageInfo

Gets a copy of the image managed by this ImageInfo.

Syntax

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

Return Value

A copy of the image. The caller is reponsible for calling Dispose on the copied image.

See Also