bdeGetBlockHeight
Gets the height of the given block.
Syntax
height = bdeGetBlockHeight(block)
Inputs
- block
 - The block to get the height of.
 
Outputs
- height
 - Height of the block.
 
Examples
          diagram = bdeGetCurrentDiagram();
          block = bdeGetSelectedBlock(diagram);
          height = bdeGetBlockHeight(block);
        
        
          
            height = 48