bdeGetBlockFlippedImageIconPath

Gets the path of the flipped image for a given block.

Syntax

imagePath = bdeGetBlockFlippedImageIconPath(block)

Inputs

block
The block to get the flipped image path from.
Type: block

Outputs

imagePath
The path of the flipped image in block.
Type: string

Examples

Get the path of the flipped image within block:

          diagram = bdeGetCurrentDiagram();
          block = bdeGetSelectedBlock(diagram);
          imagePath = bdeGetBlockFlippedImageIconPath(block);
        

          
            imagePath = C:\Users\user\Desktop\TestFlippedPic.jpg