Simple Arrow ?

 

Hello,


The code below doesn't work, could you tell me why ?


ObjectCreate ( "test", OBJ_ARROW, 0, 0, 0 ) ;
ObjectSet ( "test", OBJPROP_STYLE, STYLE_SOLID ) ;
ObjectSet ( "test", OBJPROP_WIDTH, 1 ) ;
ObjectSet ( "test", OBJPROP_COLOR, Red ) ;
ObjectSet ( "test", OBJPROP_ARROWCODE, SYMBOL_STOPSIGN ) ;


I try to display the symbol like a text/label.


Thank you.