Skip to content

Dock Enumeration

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

Describes the docking style of the custom options bar in relation to the native Revit options bar.

Syntax

C#

public enum Dock

Members

Name Description
Single The custom options bar is added independently, without being combined with the native Revit options bar.
Combined The custom options bar is added in conjunction with the native Revit options bar, creating a combined display of options.