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