Click or drag to resize

DataPPConfigurationParameterValues Property

Gets the values of the configuration parameter.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public ReadOnlyCollection<string> Values { get; }

Property Value

Type: ReadOnlyCollectionString
The values of the configuration parameter.
Exceptions
ExceptionCondition
ObjectDisposedExceptionDataPPConfigurationParameter::IsDisposed == true
Remarks
When values is empty, only the Label is used in the configuration string.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also