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