RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Document

Document.GetPaintedMaterial

Method
Description:
Get the material painted on the element's face. Returns invalidElementId if the face is not painted.
Syntax
public ElementId GetPaintedMaterial(
	ElementId elementId,
	Face face
)
Parameters
Parameter Type Description
elementId ElementId The element that the face belongs to.
face Face The painted element's face.
Return Value
Type Description
ElementId The material's Id painted on the element's face.
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