CALLFUNCTION
calls the function named function_name
in the add-on specified by channel
.
The parameter list must contain at least one value.
This function puts the returned values into the parameters as ordered.
The return value is the number of the successfully set values.
Syntax
CALLFUNCTION (channel, function_name, parameter, variable1 [, variable2, ...])
Parameter
channel
: channel value, used to identify the connection.
function_name
: the string or numeric identifier of the function to be called; its contents are interpreted by the extension.
parameter
: input parameter; its contents are interpreted by the extension.
variablei
: output parameter.
Remarks
Usable since script version 2.0 (Allplan 2014-1).
(C) ALLPLAN GmbH |
Privacy policy |