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.
- iconName
- The name of the text icon to enable rotating.
Examples
diagram = bdeGetCurrentDiagram();
block = bdeGetSelectedBlock(diagram);
bdeEnableTextIconRotation(block, 'text2');