ApplicationAllowNavigationDuringRedraw Property |
Checks whether or not the navigation during redraw is enabled, and enable or disable it.
Namespace: Autodesk.Revit.ApplicationServicesAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool AllowNavigationDuringRedraw { get; set; }
Public Property AllowNavigationDuringRedraw As Boolean
Get
Set
public:
property bool AllowNavigationDuringRedraw {
bool get ();
void set (bool value);
}
member AllowNavigationDuringRedraw : bool with get, set
Property Value
Boolean
See Also