Revit 2026 API
ICentral |
Returns whether Revit should wait and try again to acquire the lock on central.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
bool ShouldWaitForLockAvailability()
Function ShouldWaitForLockAvailability As Boolean
bool ShouldWaitForLockAvailability()
abstract ShouldWaitForLockAvailability : unit -> bool
Return Value
BooleanTrue means wait and try again later. False means immediately give up.
See Also