Checks whether there are graphic overrides that would apply to elements
owned by the given user in the "Individual Owners" display mode.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public bool UserHasGraphicOverrides( string username )
Parameters
- username String
- The username to check
Return Value
BooleanTrue if there are graphic overrides assigned to the username, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
