bdeGetBlockYPosition
Gets the y position of the given block.
Syntax
yPos = bdeGetBlockYPosition(block)
Inputs
- block
- The block to get the y position of.
Outputs
- yPos
- Y position of the block.
Examples
diagram = bdeGetCurrentDiagram();
block = bdeGetSelectedBlock(diagram);
yPos = bdeGetBlockYPosition(block);
yPos = 190.347906