<Code Lib>
2026 Property
Changes 0
P

MaterialNode.MaterialId

Description:
The Id of the element assocated with this material in the model.
Remarks:
It is possible that no specific material is applied to a face, in which case the default material is used, and this property returns an InvalidElementId.

public ElementId MaterialId { get; }

Loading…