Revit 2026 API
Direct |
Gets the transparency value of the handle and the associated DirectContext3D graphics.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int GetTransparency()
Public Function GetTransparency As Integer
public: int GetTransparency()
member GetTransparency : unit -> int
Return Value
Int32The transparency value (in percentage)
See Also