Returns override transparency that will be applied to geometry during rendering.
Namespace: Autodesk.Revit.DB.DirectContext3DAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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%