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: 17.0.0.0 (17.0.484.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
) |
Return Value
True if there are graphic overrides assigned to the username, false otherwise.
Remarks
Exceptions
See Also