bdeGetBlockFrameType
Gets the frame type of block.
Syntax
frameType = bdeGetBlockFrameType(block)
Inputs
- block
- The block to get the frame type of.
Outputs
- frameType
- The frame type/shape of block.
Examples
diagram = bdeGetCurrentDiagram();
block = bdeGetSelectedBlock(diagram);
frameType = bdeGetBlockFrameType(block);
frameType = pentagon