WallPaint Class


Wall Paint Class

A static class that provides access to the property names that appear in the WallPaint visual asset schema.
Inheritance Hierarchy
System Object
Autodesk.Revit.DB.Visual WallPaint

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class WallPaint

The WallPaint type exposes the following members.

Properties
Name Description
Public property Static member CommonTintColor The property labeled "Tint Color" from the "WallPaint" schema.
Public property Static member CommonTintToggle The property labeled "Tint" from the "WallPaint" schema.
Public property Static member WallpaintApplication The property labeled "Application" from the "WallPaint" schema.
Public property Static member WallpaintColor The property labeled "Color" from the "WallPaint" schema.
Public property Static member WallpaintFinish The property labeled "Finish" from the "WallPaint" schema.
Top
See Also