Revit 2025.3 API
Draw |
Returns override color that will be applied to geometry during rendering.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool GetOverrideColor( out Color color )
Public Shared Function GetOverrideColor ( <OutAttribute> ByRef color As Color ) As Boolean
public: static bool GetOverrideColor( [OutAttribute] Color^% color )
static member GetOverrideColor : color : Color byref -> bool
Parameters
- color Color
Return Value
BooleanSee Also