DocumentLockModeChangedEventArgsCurrentMode
Property
 | 
Namespace: Bricscad.ApplicationServices
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
public DocumentLockMode CurrentMode { get; }
 
Public ReadOnly Property CurrentMode As DocumentLockMode
        Get
 
public:
property DocumentLockMode CurrentMode {
        DocumentLockMode get ();
}
 
member CurrentMode : DocumentLockMode with get
 
 
 
Property Value
DocumentLockMode
 
See Also