Revit 2020.1 API |
DockableFrameFocusChangedEventArgs..::..PaneId Property |
DockableFrameFocusChangedEventArgs Class See Also |
The identifier for dockable pane.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2015
Syntax
C# |
---|
public DockablePaneId PaneId { get; } |
Visual Basic |
---|
Public ReadOnly Property PaneId As DockablePaneId Get |
Visual C++ |
---|
public: property DockablePaneId^ PaneId { DockablePaneId^ get (); } |