2027 Method
Changes 4
M

FabricationConfiguration.GetMaterialGaugeGUID

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