2027 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 Inherited From
M Dispose() None Releases all resources used by the WorksharingTooltipInfo
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetRequesters() IList<String> The ordered list of unique user names of users who have outstanding editing requests for the specified element.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P Creator string The user name of the user who created the element.
P IsValidObject Boolean 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.