CloseSession

This function closes the session, after this call the geometry kernel cannot be used anymore.

Syntax

//
//   Strong typing definition
//
int64_t         CloseSession(
                    );


//
//   Weak typing definition
//
int64_t __declspec(dllexport) __stdcall CloseSession(
                                            );