| Revit 2022.1 API |
| AnalysisDisplayColoredSurfaceSettings..::..Transparency Property |
| AnalysisDisplayColoredSurfaceSettings Class See Also |
Transparency percentage of colored surface
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2019
Syntax
| C# |
|---|
public int Transparency { get; set; } |
| Visual Basic |
|---|
Public Property Transparency As Integer Get Set |
| Visual C++ |
|---|
public: property int Transparency { int get (); void set (int value); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentsInconsistentException | When setting this property: transparency is less than 0 or greater than 100 |