Revit 2026 API
Worksharing |
Returns all usernames that have graphic overrides. This list consists of
all users included in the user table + all users who have explicitly been
assigned overrides.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICollection<string> GetAllUsersWithGraphicOverrides()
Public Function GetAllUsersWithGraphicOverrides As ICollection(Of String)
public: ICollection<String^>^ GetAllUsersWithGraphicOverrides()
member GetAllUsersWithGraphicOverrides : unit -> ICollection<string>
Return Value
ICollectionStringAll usernames that have been assigned graphic overrides.
See Also