FabricationConfigurationGetMaterialGroup Method

Gets material group from its identifier.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string GetMaterialGroup(
	int materialId
)

Parameters

materialId  Int32
The material identifier.

Return Value

String
The material group.
See Also