bdeSetBlockSetParams

Sets set params parameter of block.

Syntax

bdeSetBlockSetParams(block, value)

Inputs

block
The block to set the set params parameter of the template for the block.
Type: block
value
Value to set the set params parameter of the template of the block.
Type: Boolean

Examples

Set the set params parameter of a block's template:

          diagram = bdeGetCurrentDiagram();
          block = bdeGetSelectedBlock(diagram);
          bdeSetBlockReset(block, false);