Grasshopper API
GH_DocumentObjectSetValue Method (String, Double) |
Set a named value. This value will be serialized with the component.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

protected void SetValue( string name, double value )
Protected Sub SetValue ( name As String, value As Double )
Parameters
- name
- Type: SystemString
Name of value. - value
- Type: SystemDouble
Value itself.
