2022 Class
Changes 0
C

WorksharingTooltipInfo

Description:
Worksharing information about a single element suitable for display in an in-canvas tooltip.
Remarks:
Some or all of the strings may be empty.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.WorksharingTooltipInfo
public class WorksharingTooltipInfo : IDisposable
Name Return Type Description
M Dispose() None Releases all resources used by the
M 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
P Creator string The user name of the user who created the element.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P LastChangedBy string The user name of the most recent user who saved a user change of this element to the central model.
P Owner string The current owner of the element or empty string if no one owns the element.