| Revit 2022.1 API |
| DocumentPreviewSettings..::..IsViewUpdateForced Property |
| DocumentPreviewSettings Class See Also |
Identifies if Revit will update the preview view if necessary.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public bool IsViewUpdateForced { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsViewUpdateForced As Boolean Get |
| Visual C++ |
|---|
public: property bool IsViewUpdateForced { bool get (); } |
Remarks
This setting applies only to a single Save operation and is reset to
false after it is accessed.