2020 Method
Changes 8
M

FabricationConfiguration.GetMaterialThickness

Description:
Gets material thickness from its material/gauge identifiers.
[ObsoleteAttribute("This method is deprecated in Revit 2020 and will be removed in the next version of Revit. We suggest you instead use FabricationPart MaterialThickness property instead.")]
public double GetMaterialThickness(
	int materialId,
	int gaugeId
)
  • materialId
    The material identifier.
  • gaugeId
    The gauge identifier within the specified material.
Return Value double The thickness of the material/gauge.