Checks whether a single username can have customized graphic overrides.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2012
Syntax
| C# |
|---|
public bool CanUserHaveOverrides(
string username
) |
| Visual Basic |
|---|
Public Function CanUserHaveOverrides ( _
username As String _
) As Boolean |
| Visual C++ |
|---|
public:
bool CanUserHaveOverrides(
String^ username
) |
Parameters
- username
- Type: System..::..String
The username to check.
Return Value
False if the username is on the list of removed users, True otherwise.
Remarks
Exceptions
See Also