RevitLinkGraphicsSettings
Description:
Settings to override display of Revit link in a view.
Settings to override display of Revit link in a view.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.RevitLinkGraphicsSettings
System.Object
Autodesk.Revit.DB.RevitLinkGraphicsSettings
public class RevitLinkGraphicsSettings : IDisposable
| Name | Return Type | Description |
|---|---|---|
| RevitLinkGraphicsSettings() | None | Creates a new RevitLinkGraphicsSettings instance. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| LinkedViewId | ElementId | The id of the linked view associated with this RevitLinkGraphicsSettings, or if no view is selected. If the is set to , then there must be a valid LinkedViewId. |
| LinkVisibilityType | LinkVisibility | The visibility type of RevitLinkGraphicsSettings. If the type is set to or , then the dependent properties of RevitLinkGraphicsSettings will be reset to their default state. The state of dependent properties can be changed later. |