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