SET_PARAM_NAME changes a parameter name and parameter group name.
Syntax
SET_PARAM_NAME "ref_x", 4711
        ! 4711 is a resource ID and extracts corresponding localised string from resource DLL.
SET_PARAM_NAME "ref_x", "ParamName"
        ! Parameter name is set directly by string 'ParamName'.
SET_PARAM_NAME "ref_x", 4711, 4712
        ! 4711 is used for parameter name, 4712 is used for parameter group name.
SET_PARAM_NAME "ref_x", "ParamName", "ParamGroupName"
        ! Parameter name and group name are set to 'ParamName' and 'ParamGroupName'.
Remarks
Usable since script version 2.1 (Allplan 2015-0).
| (C) ALLPLAN GmbH | Privacy policy |