Autodesk Vault ProfessionalVault API

Image Property

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesEntityStatusImageInfo

Sets the image managed by this ImageInfo.

Syntax

public System.Drawing.Image Image {get; set;}
Public Property Image As System.Drawing.Image

Remarks

When the Set operation is performed, the ImageInfo object takes ownership of the image and will Dispose it when the ImageInfo goes out of scope. To get the Image associated with this ImageInfo, use the ImageInfo.GetImage method.

See Also