CheckoutStatus Enumeration

CheckoutStatus Enumeration

Indicates the ownership status of an element

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum CheckoutStatus
Public Enumeration CheckoutStatus
public enum class CheckoutStatus
type CheckoutStatus
Members
Member nameValueDescription
NotOwned2 The element is not owned by any user.
OwnedByCurrentUser0 The element is owned by the current user.
OwnedByOtherUser1 The element is owned by some user other than the current user.
See Also