SqueezeBrains SDK 1.13
Tutorial1_InitLibrary.InitLibrary Class Reference

Tutorial 1 - How to initialize the library More...

Detailed Description

Tutorial 1 - How to initialize the library

To initialize the library you have to call the function sb_cs.Sb.Init .
Then it is necessary to wait until the license is active otherwise the functions that need the license(for example sb_cs.SbProject.Detection ) will fail.
In order to know the licence status you have to call the function sb_cs.SbLicense.GetInfo .
At the end of your program you should call the function sb_cs.Sb.Release to release all the resources of the library.

See also
sb_cs.Sb.Init, sb_cs.Sb.Release, sb_cs.SbLicense.GetInfo

Definition at line 22 of file InitLibrary.cs.


The documentation for this class was generated from the following file: