ObjectID =  text .create  (  Text ,  Width  )  
                                
Description :

This instruction creates a text line (i.e., a text object of a set length).

Parameters :

  • Text to create.
  • Width of the line, expressed in pixels.

Return Handle :

  • ObjectID of the text object.

Examples :