Autodesk Vault ProfessionalVault API

ThumbnailInfo Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Properties

This object is returned by Autodesk.DataManagement.Client.Framework.Vault.Services.Connection.IPropertyManager.GetPropertyValues for properties of DataType=PropertyDefinition.PropertyDataType.Image, which is typically used for Thumbnails. This object contains the image and information about that image.

Syntax

public class ThumbnailInfo 
Public Class ThumbnailInfo 

Constructors

NameDescription
ThumbnailInfo

Properties

NameDescription
ImageGets or sets the thumbnail image.
ImgInfoThumbnail Image Info
SourceGets or sets the type of thumbnail image.

Methods

NameDescription
GetImageGets a copy of the thumbnail represented as an Image object.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.ThumbnailInfo

See Also