Variant Constructor (Boolean)
|
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(
bool val
)
Public Sub New (
val As Boolean
)
public:
Variant(
bool val
)
new :
val : bool -> Variant
Parameters
- val
- Type: SystemBoolean
See Also