Checks if the element's face is painted with a material.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsPainted( ElementId elementId, Face face )
Parameters
Return Value
BooleanTrue if the element's face is painted.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The element elementId does not exist in the document -or- The face doesn't belong to the element |
| ArgumentNullException | A non-optional argument was null |
