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: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public bool UserHasGraphicOverrides(
string username
) |
| Visual Basic |
|---|
Public Function UserHasGraphicOverrides ( _
username As String _
) As Boolean |
| Visual C++ |
|---|
public:
bool UserHasGraphicOverrides(
String^ username
) |
Parameters
- username
- Type: System..::..String
The username to check
Return Value
True if there are graphic overrides assigned to the username, false otherwise.
Remarks
Exceptions
See Also