DockablePaneId
Description:
Identifier for a pane that participates in the Revit docking window system.
Identifier for a pane that participates in the Revit docking window system.
public class DockablePaneId : GuidEnum
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| DockablePaneId(Guid) | None | Creates a new DockablePaneId instance. | |
| GuidEnum(Guid) | None | Creates an Guid-based enum instance with the supplied name and GUID. GUID-based enum instance can be compared by this guid value. | GuidEnum |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| op_Equality(DockablePaneId, DockablePaneId) | bool | Compares two DockablePaneId instances. | |
| op_Inequality(DockablePaneId, DockablePaneId) | bool | Compares two DockablePaneId instances. | |
| Equals(Object) | bool | Compares two Guid-based enum object based on their concrete class and GUID value. | GuidEnum |
| GetHashCode() | int | Generates a hash code for this Guid-based enum object. | GuidEnum |