| Revit 2022.1 API |
| Material..::..Transparency Property |
| Material Class See Also |
The transparency of the material.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
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); } |
Field Value
The value ranges from 0 to 100.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | When setting this property: values for shininess must be between 0 and 128 |