bdeSetBlockReset

Sets reset parameter of the setparams of block.

Syntax

bdeSetBlockReset(block, value)

Inputs

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

Examples

Set the reset parameter of a block's setparams:

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