DW_SYMBOL

Syntax

handle_val = DW_SYMBOL ( symbol_name, x, y[, param1, param2, ... ] );
Input arguments
string symbol_name The name of the symbol.
float x, y The coordinates for the symbol position.
Optional input arguments
Types depend on the parameters param1, param2,...  

Return Values

Success:
handle dw_obj The handle of the symbol.
Failure:
int 0 Script interface error.

Description

This function is the same as DW_SYM with the exception that the position is set using x,y coordinates instead of a predefined point id.