Autodesk Vault ProfessionalVault API

ShellIconSize Enumeration

Autodesk.DataManagement.Client.FrameworkAutodesk.DataManagement.Client.Framework.Currency

The size of a windows shell icon.

Syntax

public enum ShellIconSize : System.Enum 
Public Enum ShellIconSize
   Inherits System.Enum

Members

MemberDescription
ExtraLarge_256Represents a 256 x 256 image
Large_48Represents a 48 x 48 image
Medium_32Represents a 32 x 32 image
Small_16Represents a 16 x 16 image

Returned By

Where you get a ShellIconSize — members that return one.

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.DataManagement.Client.Framework.Currency.ShellIconSize

See Also