Technical data

LibRenameParameter
4
-54
LibRenameParameter
Purpose
Renames the parameter and creates a new reference to the parameter
Syntax
%<LibRenameParameter(block, param, newName)>
Arguments
block
Reference to the block record.
param
Reference to the block parameter identifier.
newName
New string name for the parameter.
Description
This call should be made from inside the block’s
BlockInstanceSetup
function.
This function
Renames the parameter to the name specified.
Creates a new reference to the parameter by that name.