GH_DocumentObject.SetValue Method (String, String) |
Set a named value. This value will be serialized with the component.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxprotected void SetValue(
string valueName,
string value
)
Protected Sub SetValue (
valueName As String,
value As String
)
Parameters
- valueName
- Type: System.String
Name of value. - value
- Type: System.String
Value itself.
See Also