Click or drag to resize

RenderSceneManagerRemoveDatabase Method

Removes the database.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public void RemoveDatabase(
	DataDatabaseGuid dataDatabase
)

Parameters

dataDatabase
Type: Lumiscaphe.Workshop.InteropDataDatabaseGuid
The DataDatabase(SceneGuid, SceneProductGuid) identifier.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderSceneManager::IsDestroyed == true
Remarks
Check if a product attached to this database is opened in a scene using IsDatabaseUsed(DataDatabaseGuid) method before removing it.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also