Click or drag to resize

DataMaterial Constructor

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

Parameters

id
Type: Lumiscaphe.Workshop.InteropDataMaterialGuid
The identifier of the material.
label
Type: SystemString
The label of the material.
thumbnail
Type: Lumiscaphe.Workshop.InteropDataThumbnail
The thumbnail of the material.
filename
Type: SystemString
The filename of the KDM material (can be null if the DataMaterial was not loaded from a KDM).
Exceptions
ExceptionCondition
ObjectNullExceptionlabel == null, thumbnail == null
ObjectDisposedExceptionDataThumbnail::IsDisposed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also