| Revit 2020 API |
| DrawContext..::..GetOverrideColor Method |
| DrawContext Class See Also |
Returns override color that will be applied to geometry during rendering.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2017
Syntax
| C# |
|---|
public static bool GetOverrideColor( out Color color ) |
| Visual Basic |
|---|
Public Shared Function GetOverrideColor ( _ <OutAttribute> ByRef color As Color _ ) As Boolean |
| Visual C++ |
|---|
public: static bool GetOverrideColor( [OutAttribute] Color^% color ) |
Parameters
- color
- Type: Autodesk.Revit.DB..::..Color%