WorksharingTooltipInfo
Description:
Worksharing information about a single element suitable for display in an in-canvas tooltip.
Worksharing information about a single element suitable for display in an in-canvas tooltip.
Remarks:
Some or all of the strings may be empty.
Some or all of the strings may be empty.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.WorksharingTooltipInfo
System.Object
Autodesk.Revit.DB.WorksharingTooltipInfo
public class WorksharingTooltipInfo : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the WorksharingTooltipInfo | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetRequesters() | IList<String> | The ordered list of unique user names of users who have outstanding editing requests for the specified element. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Creator | string | The user name of the user who created the element. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| LastChangedBy | string | The user name of the most recent user who saved a user change of this element to the central model. | |
| Owner | string | The current owner of the element or empty string if no one owns the element. |