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