PaneCollectionCount Property
 | 
Namespace:  Bricscad.Windows
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public virtual int Count { get; set; }
 
Public Overridable Property Count As Integer
        Get
        Set
 
public:
virtual property int Count {
        int get ();
        void set (int value);
}
 
abstract Count : int with get, set
override Count : int with get, set
 
 
 
Property Value
Type: 
Int32 
See Also