bdeGetBlockParameterDescription
Returns a short description of a parameter in a given block.
Syntax
paramDescription = bdeGetBlockParameterDescription(block, parameter)
Inputs
- block
- The block that the parameter is in.
- parameter
- The parameter to get the short description of.
Outputs
- paramDescription
- A short description of the given parameter.
Examples
diagram = bdeGetCurrentDiagram();
block = bdeGetSelectedBlock(diagram);
paramDescription = bdeGetBlockParameterDescription(block, 'overflow');
paramDescription = Do on overflow