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.
 
Outputs
- imagePath
 - The path of the flipped image in block.
 
Examples
          diagram = bdeGetCurrentDiagram();
          block = bdeGetSelectedBlock(diagram);
          imagePath = bdeGetBlockFlippedImageIconPath(block);
        
        
          
            imagePath = C:\Users\user\Desktop\TestFlippedPic.jpg