GTXclient C++ API  GTXserver-16.0.2
GTXClient C++ API

What are GTXserver and GTXClient ?

You should first read the introduction to know it.

What is the GTXClient C++ API ?

GTXClient C++ is a C++ wrapper built on top of GTXClient C API. It provides a better memory management (less calls needed to free) and error reporting (they are reported with exceptions).

The API has a main class GTXClient and some other utility classes.

What about Java and .NET ?

Java and .NET APIs are built ontop of GTXClient C++ API. The API is quite exactly the same than the C++ one and when things are a little different, it should appear in the methods documentation.