Revit 2026 API
Direct |
Sets the transparency value of the handle and the associated DirectContext3D graphics.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void SetTransparency( int transparency )
Public Sub SetTransparency ( transparency As Integer )
public: void SetTransparency( int transparency )
member SetTransparency : transparency : int -> unit
Parameters
- transparency Int32
- The transparency value to apply (in percentage)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value is invalid. The valid range is 0 through 100 |
See Also