Autodesk Vault ProfessionalVault API

ImageInfo 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.ImageInfo. This object contains an image and information about that image.

Syntax

public class ImageInfo 
Public Class ImageInfo 

Constructors

NameDescription
ImageInfo

Properties

NameDescription
CustomImageReceiverShould use ImageReceiver inside to get image and than do some modifications (like apply Mask for Category). Has higher priority than ImageReceiver. If it is present we should use this func. If object's image doesn't have additional modifications that should be done above original skin image - use ImageReceiver.
DescriptionGets or sets an optional textual description of this image. This might be used as a tooltip (ie. "Library Folder")
ImageSets the image managed by this ImageInfo.
ImageReceiverFunction to get original skin Image on demand.
TagGets or sets a unique tag that represents this image. The tag should be somewhat human readable as this is the value that will often be store in grid cells for this image.

Methods

NameDescription
EqualsTests if obj is equal to this ImageInfo object.
GetImageGets a copy of the image managed by this ImageInfo.
GetUpdatedImageReturns image according to image receivers

Returned By

Where you get a ImageInfo — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.ImageInfo
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.EntityStatusImageInfo

See Also