-
Notifications
You must be signed in to change notification settings - Fork 1
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.
C#
public enum Dock
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. |