bdeGetBlockFlippedImageAspectRatio

Gets the aspect ratio of the flipped image in block.

Syntax

aspectRatio = bdeGetBlockFlippedImageAspectRatio(block)

Inputs

block
The block to get the flipped image aspect ratio from.
Type: block

Outputs

aspectRatio
The aspect ratio of the flipped image in block.
Type: Boolean

Examples

Get the image aspect ratio of the flipped image within block:

          diagram = bdeGetCurrentDiagram();
          block = bdeGetSelectedBlock(diagram);
          aspectRatio = bdeGetBlockFlippedImageAspectRatio(block);
        

          
            aspectRatio = 1