DW_SYM
Syntax
handle_val = DW_SYM( symbol_name, point[, param1, param2, ... ] );
- Input arguments
-
string symbol_name The name of the symbol. int point The point id for the location of the symbol.
- Optional input arguments
-
Types depend on the parameters param1, param2, ...
Return Values
- Success:
-
handle dw_obj
- Failure:
-
int -1 Script interface error.
Description
This function inserts a new symbol into the drawing using active color, scaling, etc. The rest of the parameters are passed to the symbol macro, so the number and types depend on the macro itself.