bdeGetBlockFrameType

Gets the frame type of block.

Syntax

frameType = bdeGetBlockFrameType(block)

Inputs

block
The block to get the frame type of.
Type: block

Outputs

frameType
The frame type/shape of block.
Type: string

Examples

Get the frame type of block:

          diagram = bdeGetCurrentDiagram();
          block = bdeGetSelectedBlock(diagram);
          frameType = bdeGetBlockFrameType(block);
        

          
            frameType = pentagon