<Code Lib>
2027 Method
Changes 4
M

FabricationConfiguration.GetMaterialGaugeByGUID

Description:
Gets the material gauge identifier by its GUID and material identifier.

public int GetMaterialGaugeByGUID(
	Guid gaugeGUID,
	int materialId
)

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

Loading…