Revit 2025 API
CADLink |
Whether Revit should preserve the link's graphic overrides on reload.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool PreserveOverrides { get; set; }
Public Property PreserveOverrides As Boolean Get Set
public: property bool PreserveOverrides { bool get (); void set (bool value); }
member PreserveOverrides : bool with get, set
Property Value
BooleanSee Also