Gets material group from its identifier.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public string GetMaterialGroup(
int materialId
)
Parameters
- materialId Int32
-
The material identifier.
Return Value
String
The material group.
See Also
Reference