<Code Lib>
2025 Method
Changes 4
M

FabricationConfiguration.GetMaterialGaugeGUID

Description:
Gets the material gauge GUID by its material/gauge identifiers.

public Guid GetMaterialGaugeGUID(
	int materialId,
	int gaugeId
)

  • materialId
    The material identifier. The same material gauge GUID could have different material gauge identifiers for different materials.
  • gaugeId
    The material gauge identifier.
Return Value Guid The material gauge GUID. Returns empty GUID if not found.

Loading…