ColorOptions Members


The ColorOptions type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the ColorOptions
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetColorOptions
Returns the current Revit instance's ColorOptions.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAlertColor
The color of the current canvas theme used to highlight elements when a special alert is required.
Public propertyBackgroundColor
The background color of the current canvas theme applied to views.
Public propertyCalculatingColor
The color of the current canvas theme used to render elements when some aspect of their properties is currently being recalculated.
Public propertyEditingColor
The color of the current canvas theme used to render elements when editing.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyPreselectionColor
The color of the current canvas theme used to highlight candidates for selection before they are selected.
Public propertySelectionColor
The color of the current canvas theme used to highlight selected elements.
Public propertySelectionSemitransparent
Indicates whether or not selections will be shown in a semi-transparent manner in current canvas theme.

See Also