<Code Lib>
2027 Method
Changes 0
M

Document.RemovePaint

Description:
Remove the material painted on the element's face. If the face is currently not painted,it will do nothing.

public void RemovePaint(
	ElementId elementId,
	Face face
)

  • elementId
    The element that the painted face belongs to.
  • face
    The painted element's face.

Loading…