bdeGetBlockWidth
Gets the width of the given block.
Syntax
width = bdeGetBlockWidth(block)
Inputs
- block
- The block to get the width of.
Outputs
- width
- Width of the block.
Examples
diagram = bdeGetCurrentDiagram();
block = bdeGetSelectedBlock(diagram);
width = bdeGetBlockWidth(block);
width = 72