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 |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetRequesters() | IList<string> | The ordered list of unique user names of users who have outstanding editing requests for the specified element. |
| Name | Return Type | Description |
|---|---|---|
| Creator | string | The user name of the user who created the element. |
| IsValidObject | bool | 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. |