Revit 2022 API |
WorksharingTooltipInfo..::..LastChangedBy Property |
WorksharingTooltipInfo Class See Also |
The user name of the most recent user who saved a user change of this element
to the central model.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2012
Syntax
C# |
---|
public string LastChangedBy { get; } |
Visual Basic |
---|
Public ReadOnly Property LastChangedBy As String Get |
Visual C++ |
---|
public: property String^ LastChangedBy { String^ get (); } |