SketchUp C API
|
Functionality for the API interface itself. More...
#include <SketchUpAPI/common.h>
Functions | |
void | SUInitialize () |
Initializes the slapi interface. Must be called before calling any other API function. More... | |
void | SUTerminate () |
Signals termination of use of the slapi interface. Must be called when done using API functions. More... | |
void | SUGetAPIVersion (size_t *major, size_t *minor) |
Returns the major and minor API version numbers. More... | |
Functionality for the API interface itself.
void SUGetAPIVersion | ( | size_t * | major, |
size_t * | minor | ||
) |
Returns the major and minor API version numbers.
[out] | major | The major version number retrieved. |
[out] | minor | The minor version number retrieved. |
void SUInitialize | ( | ) |
Initializes the slapi interface. Must be called before calling any other API function.
void SUTerminate | ( | ) |
Signals termination of use of the slapi interface. Must be called when done using API functions.