bdeEnableTextIconRotation

Enables the text icon iconName within block to be rotated.

Syntax

bdeEnableTextIconRotation(block, iconName)

Inputs

block
The block of which a text icon iconName is in.
Type: block
iconName
The name of the text icon to enable rotating.
Type: string

Examples

Enable a text icon to rotate:

          diagram = bdeGetCurrentDiagram();
          block = bdeGetSelectedBlock(diagram);
          bdeEnableTextIconRotation(block, 'text2');