Document.IsPainted
Method
Description:
Checks if the element's face is painted with a material.
Checks if the element's face is painted with a material.
Parameters
| Parameter | Type | Description |
|---|---|---|
| elementId | ElementId | The element that the face belongs to. |
| face | Face | The painted element's face. |
Return Value
| Type | Description |
|---|---|
| Boolean | True 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 |