EPlotAttributeCollectionIsSynchronized Property
 | 
Namespace: Bricscad.Publishing
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
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
Boolean
Implements
ICollectionIsSynchronized
 
See Also