Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public int MapSize { get; set; }
 
Public Property MapSize As Integer
        Get
        Set
 
public:
property int MapSize {
        int get ();
        void set (int value);
}
 
member MapSize : int with get, set
 
 
 
Property Value
Type: 
Int32 
See Also