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.
 - value
 - Value to set the reset parameter of setparams of the template of the block.
 
Examples
          diagram = bdeGetCurrentDiagram();
          block = bdeGetSelectedBlock(diagram);
          bdeSetBlockReset(block, false);