This function creates new text object and inserts it at nIndex position in the Text Object chain.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT ACCUAPI IG_vect_text_create_textobj(
        HIG_VECT_ENTITY hEntity,
        long nIndex, 
        HIG_VECT_TEXTOBJ* lpTextobj
);
 | |
| Name | Type | Description | 
|---|---|---|
| hEntity | HIG_VECT_ENTITY | Handle to the Entity. | 
| nIndex | long | Position of the new Text Object. If nIndex is less than 0, then the new Text Object is added to the end of the chain. | 
| lpTextObject | HIG_VECT_TEXTOBJ* | Buffer for the Text Object handle. | 
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
None