Revit 2018 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: 18.0.0.0 (18.0.0.420)
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%