Revit 2025.3 API
Color |
set transparency
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetTransparency( uint transparency )
Public Sub SetTransparency ( transparency As UInteger )
public: void SetTransparency( unsigned int transparency )
member SetTransparency : transparency : uint32 -> unit
Parameters
- transparency UInt32
- transparency
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value is not valid. The valid range is 0 to 255. |
See Also