RVTDocs.com

FabricationConfiguration.GetMaterialGaugeGUID

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