bdeGetBlockAngle

Gets the rotation angle of the given block.

Syntax

blockAngle = bdeGetBlockAngle(block)

Inputs

block
The block to get the rotation angle of.
Type: block

Outputs

blockAngle
Angle of rotation of the block.
Type: double

Examples

Get a block's angle of rotation:

          diagram = bdeGetCurrentDiagram();
          block = bdeGetSelectedBlock(diagram);
          blockAngle = bdeGetBlockAngle(block);
        

          
            blockAngle = 0