Sets the worksharing display mode for this view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public void SetWorksharingDisplayMode( WorksharingDisplayMode displayMode )
Parameters
- displayMode WorksharingDisplayMode
- The desired display mode. "Off" will turn off all worksharing display modes.
Exceptions
Exception | Condition |
---|---|
ArgumentException | This View does not support the requested worksharing display mode. |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |