WorksharingDisplayGraphicSettings
Description:
Represents the graphical settings that can be assigned to elements in the worksharing display modes.
Represents the graphical settings that can be assigned to elements in the worksharing display modes.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.WorksharingDisplayGraphicSettings
System.Object
Autodesk.Revit.DB.WorksharingDisplayGraphicSettings
public class WorksharingDisplayGraphicSettings : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| WorksharingDisplayGraphicSettings(Boolean, Color) | None | Creates a new instance. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the WorksharingDisplayGraphicSettings | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| FillColor | Color | The fill color that will be applied to elements when these settings are applied. Note that this is automatically set by increasing the luma of the specified line color by 65%. | |
| IsApplied | bool | Indicates whether this set of graphic overrides will be applied. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| LineColor | Color | The line color that will be applied to elements when these settings are applied. |