bdeGetBlockTextIconValue
Gets the value of the text icon name in block.
Syntax
textValue = bdeGetBlockTextIconValue(block, name)
Inputs
- block
 - The block to get the text icon name value of.
 - name
 - The name of the text icon to get the value of.
 
Outputs
- textValue
 - The value of the text icon name.
 
Examples
          diagram = bdeGetCurrentDiagram();
          block = bdeGetSelectedBlock(diagram);
          textValue = bdeGetBlockTextIconValue(block, 'text2');
        
        
          
            textValue = testText