Autodesk Vault ProfessionalVault API

CustomImageReceiver Property

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesImageInfo

Should 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.

Syntax

public System.Func<Image> CustomImageReceiver {get; set;}
Public Property CustomImageReceiver As System.Func(Of Image)

See Also