The SharedLibrary object represents the shared style library used to display map features. Any GDB can use styles of the shared library.
Use the GDBEngine::SharedLibrary property to access the shared library. It should be explicitly opened by the GDBEngine::OpenSharedLibrary method or implicitly at opening the first GDB.
The implicit open modes of the shared library can be get/set by GDBEngine::GetDefaultSharedLibraryOpenMode and GDBEngine::SetDefaultSharedLibraryOpenMode methods.
If the shared library that you want to modify has a password on modification (whether it is opened explicitly or implicitly), the GDBEngine::OpenSharedLibrary method should be always used with the correct password.