Click or drag to resize

DataOverlay Constructor

Initializes a new instance of the DataOverlay 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 DataOverlay(
	DataOverlayGuid id,
	string label,
	DataThumbnail thumbnail
)

Parameters

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

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also