GetText

Accueil  Précédent  Suivant

 

C/C++ declaration

long __stdcall GetText(long Handle, int Ind0, int Ind1, TNText Style, char* Dest);

 

Pascal declaration

function GetText(Handle: LongInt; Ind0, Ind1: Integer; Style: TNText; Dest: PChar): LongInt;

 

Reading a text on the model.

 

IN                 Handle   : Model handle.

IN                 Ind0   : Index 0 of the text (cf. TNText)

IN                 Ind1   : Index 1 of the text (cf. TNText)

IN                 Dest   : Destination buffer.

Return         If Dest is Null, then return the resquested buffer size.

                       Else, return 0 if OK, or an error code if failed.

 

       

TNText

TextTable

SetText

Primitives


NETRAL Neuro Developer Kit version 7.0