|
Archicad 29 C++ API
|
ObjectImpl is the base class for all the implementation classes. More...
#include <ObjectImpl.hpp>
Public Member Functions | |
| ObjectImpl (const API_Token &token) | |
| Constructs an object of the ObjectImpl class. | |
| const API_Token & | GetToken () const |
| You can get the token that's used by the implementation. | |
Protected Attributes | |
| const API_Token | token |
| The token used by the implementation. | |
ObjectImpl is the base class for all the implementation classes.