Click or drag to resize

RenderSceneManagerAddDatabase Method (DataDatabase, Boolean)

Adds a database.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public void AddDatabase(
	DataDatabase database,
	bool loadInMemory
)

Parameters

database
Type: Lumiscaphe.Workshop.InteropDataDatabase
The database to add.
loadInMemory
Type: SystemBoolean
Tells if the database should be completely load in the Cpu memory.
If set to true, loading time will be increased.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderSceneManager::IsDestroyed == true
ObjectNullExceptiondatabase == null
ObjectDisposedExceptionDataDatabase::IsDisposed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also