ColorOptions
Description:
A class providing access to color settings which affect the colors applied to specific views.
A class providing access to color settings which affect the colors applied to specific views.
Remarks:
ColorOptions are managed and stored along with other global application options and thus impact the application as a whole.
ColorOptions are managed and stored along with other global application options and thus impact the application as a whole.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ColorOptions
System.Object
Autodesk.Revit.DB.ColorOptions
public class ColorOptions : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetColorOptions() | ColorOptions | Returns the current Revit instance's ColorOptions. |
| Name | Return Type | Description |
|---|---|---|
| AlertColor | Color | The color used to highlight elements when a special alert is required. |
| BackgroundColor | Color | The background color applied to views. |
| CalculatingColor | Color | The color used to render elements when some aspect of their properties is currently being recalculated. |
| EditingColor | Color | The color used to render elements when editing. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| PreselectionColor | Color | The color used to highlight candidates for selection before they are selected. |
| SelectionColor | Color | The color used to highlight selected elements. |
| SelectionSemitransparent | bool | Indicates whether or not selections will be shown in a semi-transparent manner. |