Revit 2022.1 API |
CheckoutStatus Enumeration |
See Also |
Indicates the ownership status of an element
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
C# |
---|
public enum CheckoutStatus |
Visual Basic |
---|
Public Enumeration CheckoutStatus |
Visual C++ |
---|
public enum class CheckoutStatus |
Members
Member name | Description |
---|---|
OwnedByCurrentUser | The element is owned by the current user. |
OwnedByOtherUser | The element is owned by some user other than the current user. |
NotOwned | The element is not owned by any user. |