GH_Variant Constructor (Boolean) |
Create a new Bool variant.
Namespace:
Grasshopper.Kernel.Expressions
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public GH_Variant(
bool value
)
Public Sub New (
value As Boolean
)
Parameters
- value
- Type: SystemBoolean
Value of Variant.
See Also