FabricationConfiguration.GetMaterialGaugeGUID
Description:
Gets the material gauge GUID by its material/gauge identifiers.
Gets the material gauge GUID by its material/gauge identifiers.
public Guid GetMaterialGaugeGUID(
int materialId,
int gaugeId
)
-
Int32materialIdThe material identifier. The same material gauge GUID could have different material gauge identifiers for different materials.
-
Int32gaugeIdThe material gauge identifier.
Return Value
Guid
The material gauge GUID. Returns empty GUID if not found.