Autodesk Vault ProfessionalVault API

SetPropertyIconSize Method

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

Sets the size of the icon that should be returned for a particular property

Syntax

public void SetPropertyIconSize(
   System.string propertySystemName,
   ShellIconSize size
)
Public Sub SetPropertyIconSize( _
   ByVal propertySystemName As System.String, _
   ByVal size As ShellIconSize _
) 

Parameters

NameDescription
propertySystemNameThe SystemName of the property to set the icon isze for
sizeThe icon size that should be returned

See Also