Revit 2026 API
Analysis |
Transparency percentage of colored surface
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int Transparency { get; set; }
Public Property Transparency As Integer Get Set
public: property int Transparency { int get (); void set (int value); }
member Transparency : int with get, set
Property Value
Int32| Exception | Condition |
|---|---|
| ArgumentsInconsistentException | When setting this property: transparency is less than 0 or greater than 100 |
See Also