Skip to content

OptionsBar Class

Mauricio Jorquera edited this page Nov 13, 2023 · 14 revisions

Description

Namespace: SCADtools.Revit.UI.OptionsBar

This class epresents a options bar that will be displayed in the native Revit options bar.

Example

The following example creates a OptionsBar.

C#

OptionsBar optionsBar = new OptionsBar();

Constructors

Name Description
OptionsBar() Initializes a new instance of the OptionsBar class.

Properties

Name Description
IsEnabled Gets or sets the value that indicates whether this OptionsBar is enabled.

Clone this wiki locally