bdeGetBlockYPosition

Gets the y position of the given block.

Syntax

yPos = bdeGetBlockYPosition(block)

Inputs

block
The block to get the y position of.
Type: block

Outputs

yPos
Y position of the block.
Type: double

Examples

Get a block's y position:

          diagram = bdeGetCurrentDiagram();
          block = bdeGetSelectedBlock(diagram);
          yPos = bdeGetBlockYPosition(block);
        

          
            yPos = 190.347906