Click or drag to resize

RenderSceneManagerIsDatabaseUsed Method

Determines whether a product attached to the specified database is opened in a scene.

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

Parameters

dataDatabase
Type: Lumiscaphe.Workshop.InteropDataDatabaseGuid
The DataDatabase(SceneGuid, SceneProductGuid) identifier.

Return Value

Type: Boolean
true if a product attached to the specified database is opened in a scene; otherwise, false.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderSceneManager::IsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also