BIMComponentDescription.SetCustomThumbnail Method
Parent Object: BIMComponentDescriptionDescription
Method that lets you set the custom thumbnail by providing the filename of an image file. The file should be a bmp, jpg, or png format and should be 256x256 pixels.
Syntax
BIMComponentDescription.SetCustomThumbnail( FullFileName As String )Parameters
Name | Type | Description |
FullFileName | String | Input String of the full filename of the image file. |