Revit 2017.1 API |
ColorWithTransparency..::..SetRed Method |
ColorWithTransparency Class See Also |
set red
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Since:
2017
Syntax
C# |
---|
public void SetRed( uint red ) |
Visual Basic |
---|
Public Sub SetRed ( _ red As UInteger _ ) |
Visual C++ |
---|
public: void SetRed( unsigned int red ) |
Parameters
- red
- Type: System..::..UInt32
red
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | The value is not valid. The valid range is 0 to 255. |