Gets the material GUID by its identifier.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Guid GetMaterialGUID(
int materialId
)
Parameters
- materialId Int32
-
The material identifier.
Return Value
Guid
The material GUID. Returns empty GUID if not found.
See Also
Reference