bdeGetBlockImageIconPath
Gets the image path of the icon in block.
Syntax
imagePath = bdeGetBlockImageIconPath(block)
Inputs
- block
- The block to get the image path from.
Outputs
- imagePath
- The image path of the image in block.
Examples
diagram = bdeGetCurrentDiagram();
block = bdeGetSelectedBlock(diagram);
imagePath = bdeGetBlockImageIconPath(block);
imagePath = C:\Users\user\Desktop\TestPic.jpg