TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool ObjectSetText ( string  name,
string  text,
int  font_size,
string  font_name,
Color  text_color 
)

Changes the object description

Parameters
nameObject name
textNew object description
font_sizeFont size in points
font_nameFont name
text_colorFont color
Returns
If the function succeeds, the returned value will be true, otherwise false. To get the detailed error information, one has to call the GetLastError() function