TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool ObjectDelete ( long  chart_id,
string  name 
)

Removes the object with the specified name at the specified chart

Parameters
chart_idChart identifier
nameName of object to be deleted
Returns
true if the removal was successful, otherwise returns false. To read more about the error call GetLastError().