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