Skip to content

Aimsun Next API Text Objects

Set text in an ANG Text

In C++ and Python

Explanation

Sets the text to be displayed in an ANG Text object.

Format
void ANGConnSetText ( unsigned int objectId, const unsigned short * text);
Parameters
  • objectId: The text object identifier.
  • newText: The new text to be displayed in ANG.
Output

None.