Autodesk Vault ProfessionalVault API

GetPropertyIconSize Method

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesPropertyValueSettings

Gets the icon size that should be retrieved for a particular property

Syntax

public ShellIconSize GetPropertyIconSize(
   System.string propertySystemName
)
Public Function GetPropertyIconSize( _
   ByVal propertySystemName As System.String _
) As ShellIconSize

Parameters

NameDescription
propertySystemNameThe SystemName of the property to get the icon isze for

Return Value

The icon size. If no icon size has been set for propertySystemName then a default icon size will be returned

See Also