KeywordCollectionIsSynchronized Property
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public virtual bool IsSynchronized { get; }
 
Public Overridable ReadOnly Property IsSynchronized As Boolean
        Get
 
public:
virtual property bool IsSynchronized {
        bool get ();
}
 
abstract IsSynchronized : bool with get
override IsSynchronized : bool with get
 
 
 
Property Value
Type: 
Boolean
Implements
ICollectionIsSynchronized 
See Also