Returns override transparency that will be applied to geometry during rendering.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
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%
See Also