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

Document.RemovePaint

Method
Description:
Remove the material painted on the element's face. If the face is currently not painted,it will do nothing.
Syntax
public void RemovePaint(
	ElementId elementId,
	Face face
)
Parameters
Parameter Type Description
elementId ElementId The element that the painted face belongs to.
face Face The painted element's face.
Return Value
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