Sets the transparency value of the handle and the associated DirectContext3D graphics.
Namespace: Autodesk.Revit.DB.DirectContext3DAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2018
Syntax
| C# |
|---|
public void SetTransparency(
int transparency
) |
| Visual Basic |
|---|
Public Sub SetTransparency ( _
transparency As Integer _
) |
| Visual C++ |
|---|
public:
void SetTransparency(
int transparency
) |
Parameters
- transparency
- Type: System..::..Int32
The transparency value to apply (in percentage)
Exceptions
See Also