| Revit 2022.1 API |
| Application..::..AllowNavigationDuringRedraw Property |
| Application Class See Also |
Checks whether or not the navigation during redraw is enabled, and enable or disable it.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2016
Syntax
| C# |
|---|
public bool AllowNavigationDuringRedraw { get; set; } |
| Visual Basic |
|---|
Public Property AllowNavigationDuringRedraw As Boolean Get Set |
| Visual C++ |
|---|
public: property bool AllowNavigationDuringRedraw { bool get (); void set (bool value); } |