Variant Constructor (Int32)
|
Initializes a new instance of the
Variant class
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
public Variant(
int val
)
Public Sub New (
val As Integer
)
public:
Variant(
int val
)
new :
val : int -> Variant
Parameters
- val
- Type: SystemInt32
See Also