RVTDocs.com

FabricationConfiguration.GetMaterialGaugeByGUID

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