2024 Members
Changes 4
M

DockablePaneState

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the DockablePaneState
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M SetFloatingRectangle(Rectangle) None When %dockPosition% is Floating, sets the rectangle used to determine the size and position of the pane when %dockPosition% is Floating. Coordinates are relative to the upper-left-hand corner of the main Revit window.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P DockPosition DockPosition Which part of the Revit application frame the pane should dock to.
P FloatingRectangle Rectangle When %dockPosition% is Floating, this rectangle determines the size and position of the pane. Coordinates are relative to the upper-left-hand corner of the main Revit window. Note: the returned Rectangle is a copy. In order to change the pane state, you must call SetFloatingRectangle with a modified rectangle.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P MinimumHeight int When %dockPosition% is anything other than floating, the minimum height to use for the pane. Default is 200 pixels.
P MinimumWidth int When %dockPosition% is anything other than floating, the minimum width to use for the pane. Default is 200 pixels.
P TabBehind DockablePaneId Ignored unless %dockPosition% is Tabbed. The new pane will appear in a tab behind the specified existing pane ID.