Click or drag to resize

DataBackground Constructor

Initializes a new instance of the DataBackground class using the specified parameters.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public DataBackground(
	DataBackgroundGuid id,
	string label,
	DataThumbnail thumbnail
)

Parameters

id
Type: Lumiscaphe.Workshop.InteropDataBackgroundGuid
The identifier of the background.
label
Type: SystemString
The label of the background.
thumbnail
Type: Lumiscaphe.Workshop.InteropDataThumbnail
The thumbnail of the background.
Exceptions
ExceptionCondition
ObjectNullExceptionlabel == null, thumbnail == null
ObjectDisposedExceptionDataThumbnail::IsDisposed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also