Worksharing information about a single element suitable for display in an in-canvas tooltip.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.WorksharingTooltipInfo
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public class WorksharingTooltipInfo : IDisposable
The WorksharingTooltipInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Creator | The user name of the user who created the element. | |
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
| LastChangedBy | The user name of the most recent user who saved a user change of this element to the central model. | |
| Owner | The current owner of the element or empty string if no one owns the element. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the WorksharingTooltipInfo | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetRequesters | The ordered list of unique user names of users who have outstanding editing requests for the specified element. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
