FabricationConfiguration.GetMaterialThickness
Description:
Gets material thickness from its material/gauge identifiers.
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
)
-
materialIdThe material identifier.
-
gaugeIdThe gauge identifier within the specified material.
Return Value
double
The thickness of the material/gauge.