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