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

See Also