| 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
)
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 Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also