RxVariant(Int16) Constructor
 | 
Initializes a new instance of the 
RxVariant
class
 
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public RxVariant(
        short value
)
 
Public Sub New ( 
        value As Short
)
 
public:
RxVariant(
        short value
)
 
new : 
        value : int16 -> RxVariant
 
 
 
Parameters
- value  Int16
 
-  
 
 
See Also