Revit 2021.1 API |
DockableFrameVisibilityChangedEventArgs..::..PaneId Property |
DockableFrameVisibilityChangedEventArgs Class See Also |
The identifier for dockable pane.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 21.0.0.0 (21.1.1.109)
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 (); } |