Click or drag to resize

RenderSceneManagerSetConfiguration Method

Sets the configuration of a scene product in a scene.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public void SetConfiguration(
	SceneGuid scene,
	SceneProductGuid sceneProduct,
	string configuration
)

Parameters

scene
Type: Lumiscaphe.Workshop.InteropSceneGuid
The scene identifier.
sceneProduct
Type: Lumiscaphe.Workshop.InteropSceneProductGuid
The scene product identifier.
configuration
Type: SystemString
The configuration string.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderSceneManager::IsDestroyed == true
ObjectNullExceptionconfiguration == null
Remarks
This method rebuild the scene. Use a BeginUpdate/EndUpdate block if other operations that rebuild the scene must be done.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also