Revit 2020.1 API |
DockablePaneState..::..TabBehind Property |
DockablePaneState Class See Also |
Ignored unless %dockPosition% is Tabbed. The new pane will appear in a tab behind the specified existing pane ID.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2014
Syntax
C# |
---|
public DockablePaneId TabBehind { get; set; } |
Visual Basic |
---|
Public Property TabBehind As DockablePaneId Get Set |
Visual C++ |
---|
public: property DockablePaneId^ TabBehind { DockablePaneId^ get (); void set (DockablePaneId^ value); } |
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | When setting this property: no dockable pane has been registered with identifier tabBehind. |
Autodesk.Revit.Exceptions..::..ArgumentNullException | When setting this property: A non-optional argument was NULL |