Revit 2026 API
Document |
Identifies if Revit will update the preview view if necessary.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsViewUpdateForced { get; }
Public ReadOnly Property IsViewUpdateForced As Boolean Get
public: property bool IsViewUpdateForced { bool get (); }
member IsViewUpdateForced : bool with get
Property Value
Boolean
This setting applies only to a single Save operation and is reset to
false after it is accessed.
See Also