RxVariant Constructor (RXObject)
|
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(
RXObject obj
)
Public Sub New (
obj As RXObject
)
public:
RxVariant(
RXObject^ obj
)
new :
obj : RXObject -> RxVariant
Parameters
- obj
- Type: Teigha.RuntimeRXObject
See Also