Click or drag to resize

RenderSceneManagerGetSurfaceLabel Method

Get the label of a specified scene surface.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public string GetSurfaceLabel(
	SceneGuid scene,
	SceneSurfaceGuid sceneSurface
)

Parameters

scene
Type: Lumiscaphe.Workshop.InteropSceneGuid
The scene identifier.
sceneSurface
Type: Lumiscaphe.Workshop.InteropSceneSurfaceGuid

[Missing <param name="sceneSurface"/> documentation for "M:Lumiscaphe.Workshop.Interop.RenderSceneManager.GetSurfaceLabel(Lumiscaphe.Workshop.Interop.SceneGuid,Lumiscaphe.Workshop.Interop.SceneSurfaceGuid)"]

Return Value

Type: String
The label of the surface.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderSceneManager::IsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also