| RenderPickerPickMaterial Constructor |
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public RenderPickerPickMaterial(
RenderPickerPickMaterialType type,
string surfaceName,
SceneSurfaceGuid surfaceId,
string materialName,
DataMaterialGuid materialId,
string labelName,
DataMaterialGuid labelId,
int labelIndex,
string layerName,
DataLayerGuid layerId
)
public:
RenderPickerPickMaterial(
RenderPickerPickMaterialType type,
String^ surfaceName,
SceneSurfaceGuid surfaceId,
String^ materialName,
DataMaterialGuid materialId,
String^ labelName,
DataMaterialGuid labelId,
int labelIndex,
String^ layerName,
DataLayerGuid layerId
)
Parameters
- type
- Type: Lumiscaphe.Workshop.InteropRenderPickerPickMaterialType
The material type. - surfaceName
- Type: SystemString
The surface name. - surfaceId
- Type: Lumiscaphe.Workshop.InteropSceneSurfaceGuid
The surface identifier. - materialName
- Type: SystemString
The material name. - materialId
- Type: Lumiscaphe.Workshop.InteropDataMaterialGuid
The material identifier. - labelName
- Type: SystemString
The label name. - labelId
- Type: Lumiscaphe.Workshop.InteropDataMaterialGuid
The label identifier. - labelIndex
- Type: SystemInt32
The label index. - layerName
- Type: SystemString
The layer name. - layerId
- Type: Lumiscaphe.Workshop.InteropDataLayerGuid
The layer identifier.
Exceptions Exception | Condition |
---|
ObjectNullException | surfaceName == null, materialName == null, layerName == null, labelName == null |
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also