Click or drag to resize

DataPPConfigurationBookmark Constructor

Initializes a new instance of the DataPPConfigurationBookmark 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 DataPPConfigurationBookmark(
	string label,
	DataPPConfigurationDefines defines
)

Parameters

label
Type: SystemString
The label of the configuration bookmark.
defines
Type: Lumiscaphe.Workshop.InteropDataPPConfigurationDefines
The defines of the configuration bookmark.
Exceptions
ExceptionCondition
ObjectNullExceptionlabel == null, defines == null
ObjectDisposedExceptionDataPPConfigurationDefines::IsDisposed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also