| Revit 2020 API |
| DrawContext..::..GetOverrideTransparency Method |
| DrawContext Class See Also |
Returns override transparency that will be applied to geometry during rendering.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2017
Syntax
| C# |
|---|
public static bool GetOverrideTransparency( out double transparency ) |
| Visual Basic |
|---|
Public Shared Function GetOverrideTransparency ( _ <OutAttribute> ByRef transparency As Double _ ) As Boolean |
| Visual C++ |
|---|
public: static bool GetOverrideTransparency( [OutAttribute] double% transparency ) |
Parameters
- transparency
- Type: System..::..Double%