CloseSession

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

Syntax

public const string enginedll = @"engine.dll";

[DllImport(enginedll, EntryPoint = "CloseSession")]
public static extern Int64 CloseSession();